]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14716 Install script: icon image are now displayed on the Server Checks page...
authorjerome <jerome>
Thu, 8 May 2008 03:08:13 +0000 (03:08 +0000)
committerjerome <jerome>
Thu, 8 May 2008 03:08:13 +0000 (03:08 +0000)
install.php

index 64a9a3e799c83ad89b0f17f56b0988f659dafcba..da36874f83ed82dae3c23a2e0bcaee86091eac9a 100644 (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