Added info about $CFG->buggy_referer

This commit is contained in:
moodler
2002-11-17 11:00:55 +00:00
parent 303077fdb5
commit b9b2750adb
+10
View 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 //
///////////////////////////////////////////////////////////////////////////