]> git.mjollnir.org Git - moodle.git/commitdiff
Added info about $CFG->buggy_referer
authormoodler <moodler>
Sun, 17 Nov 2002 11:00:55 +0000 (11:00 +0000)
committermoodler <moodler>
Sun, 17 Nov 2002 11:00:55 +0000 (11:00 +0000)
config-dist.php

index 50ae1ed603268a068b71bb654ff9509678eeb185..002aa8a38e34a266df619dc4ed1a058423961f7e 100644 (file)
@@ -66,6 +66,16 @@ $CFG->dirroot   = "/web/moodle";
 $CFG->dataroot  = "/home/moodledata";
 
 
+///////////////////////////////////////////////////////////////////////////
+// A very small percentage of servers have a bug which causes HTTP_REFERER
+// not to work.  The symptoms of this are that you fill out the configure
+// form during Moodle setup but when hit save you find yourself on the 
+// same form, unable to progress.  If this happens to you, come back here
+// and set the following to true.  Otherwise this should always be false.
+
+$CFG->buggy_referer = false;
+
+
 ///////////////////////////////////////////////////////////////////////////
 // To continue the setup, use your web browser to go to your Moodle page //
 ///////////////////////////////////////////////////////////////////////////