Project

General

Profile

« Previous | Next » 

Revision 5fef092e

Added by Bill Marquette over 20 years ago

oops, really remove the system(chmod) call

View differences:

usr/local/www/pkg_mgr_install.php
366 366
                        }
367 367
                        if($pkg_chmod <> "") {
368 368
                            fwrite($fd_log, "Changing file mode for {$pkg_chmod} {$prefix}{$filename}\n");
369
                            system("/bin/chmod {$pkg_chmod} {$prefix}{$filename}");
370 369
                            chmod($prefix . $filename, $pkg_chmod);
371 370
                        }
372 371
                    }

Also available in: Unified diff