Added variable $CFG->disablemycourses

This commit is contained in:
thepurpleblob 2005-05-13 08:56:31 +00:00
parent cf0f066ea8
commit 88fea1ca34

View file

@ -176,6 +176,10 @@ $CFG->admin = 'admin';
// about students being served outdated versions of uploaded files.
// $CFG->filelifetime = 86400;
//
// This setting will prevent the 'My Courses' page being displayed when a student
// logs in. The site front page will always show the same (logged-out) view.
// $CFG->disablemycourses = true;
//
// If this setting is set to true, then Moodle will track the IP of the
// current user to make sure it hasn't changed during a session. This
// will prevent the possibility of sessions being hijacked via XSS, but it