Added info about $CFG->buggy_referer
This commit is contained in:
@@ -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 //
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user