Index: install.php =================================================================== RCS file: /cvsroot/moodle/moodle/install.php,v retrieving revision 1.80.2.11 diff -u -r1.80.2.11 install.php --- install.php 26 Feb 2008 19:50:06 -0000 1.80.2.11 +++ install.php 7 May 2008 15:35:41 -0000 @@ -140,6 +140,7 @@ $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