From: moodler Date: Sun, 17 Nov 2002 11:00:55 +0000 (+0000) Subject: Added info about $CFG->buggy_referer X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b9b2750adba7aba779f4de17329bf0b3f321c88c;p=moodle.git Added info about $CFG->buggy_referer --- diff --git a/config-dist.php b/config-dist.php index 50ae1ed603..002aa8a38e 100644 --- a/config-dist.php +++ b/config-dist.php @@ -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 // ///////////////////////////////////////////////////////////////////////////