From b9b2750adba7aba779f4de17329bf0b3f321c88c Mon Sep 17 00:00:00 2001 From: moodler <moodler> Date: Sun, 17 Nov 2002 11:00:55 +0000 Subject: [PATCH] Added info about $CFG->buggy_referer --- config-dist.php | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 // /////////////////////////////////////////////////////////////////////////// -- 2.39.5