The config.php generated by install.php was missing $CFG->admin -- credit goes to [email protected] for the report and patch.
This commit is contained in:
martinlanghoff
2004-12-13 07:36:37 +00:00
parent 2da759e7cd
commit 2c09cb2e12
+1
View File
@@ -293,6 +293,7 @@ if ($nextstage == 5) {
$str .= '$CFG->wwwroot = \''.$INSTALL['wwwroot']."';\r\n";
$str .= '$CFG->dirroot = \''.$INSTALL['dirroot']."';\r\n";
$str .= '$CFG->dataroot = \''.$INSTALL['dataroot']."';\r\n";
$str .= '$CFG->admin = \''.$INSTALL['admindirname']."';\r\n";
$str .= "\r\n";
$str .= '$CFG->directorypermissions = 0777;'."\r\n";