mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Added variable $CFG->disablemycourses
This commit is contained in:
parent
cf0f066ea8
commit
88fea1ca34
1 changed files with 4 additions and 0 deletions
|
@ -176,6 +176,10 @@ $CFG->admin = 'admin';
|
||||||
// about students being served outdated versions of uploaded files.
|
// about students being served outdated versions of uploaded files.
|
||||||
// $CFG->filelifetime = 86400;
|
// $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
|
// 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
|
// 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
|
// will prevent the possibility of sessions being hijacked via XSS, but it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue