From: jerome Date: Thu, 8 May 2008 03:08:13 +0000 (+0000) Subject: MDL-14716 Install script: icon image are now displayed on the Server Checks page... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2253a296c1feaeca1a640cf9d6cd97818592ee87;p=moodle.git MDL-14716 Install script: icon image are now displayed on the Server Checks page, merged from19 --- diff --git a/install.php b/install.php index 64a9a3e799..da36874f83 100644 --- a/install.php +++ b/install.php @@ -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