From 2253a296c1feaeca1a640cf9d6cd97818592ee87 Mon Sep 17 00:00:00 2001 From: jerome Date: Thu, 8 May 2008 03:08:13 +0000 Subject: [PATCH] MDL-14716 Install script: icon image are now displayed on the Server Checks page, merged from19 --- install.php | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5