Added a comment about safe mode permissions

This commit is contained in:
moodler
2005-02-09 05:20:01 +00:00
parent 4b9efec45e
commit 6e86ae68d8
+1 -1
View File
@@ -306,7 +306,7 @@ if ($nextstage == 5) {
$str .= '$CFG->admin = \''.$INSTALL['admindirname']."';\r\n";
$str .= "\r\n";
$str .= '$CFG->directorypermissions = 00777;'."\r\n";
$str .= '$CFG->directorypermissions = 00777; // try 02777 on a server in Safe Mode'."\r\n";
$str .= "\r\n";
$str .= 'require_once("$CFG->dirroot/lib/setup.php");'."\r\n";