MDL-14716 Install script: icon image are now displayed on the Server Checks page, merged from19

This commit is contained in:
jerome
2008-05-08 03:08:13 +00:00
parent cab6762b12
commit 2253a296c1
+1
View File
@@ -140,6 +140,7 @@ $CFG->admin = $INSTALL['admindirname'];
$CFG->directorypermissions = 00777;
$CFG->running_installer = true;
$CFG->docroot = 'http://docs.moodle.org';
$CFG->httpswwwroot = $INSTALL['wwwrootform']; // Needed by doc_link() in Server Checks page.
$COURSE->id = 0;
/// Include some moodle libraries