mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Removed comments for global filter settings.
These now have a GUI option on the admin=>filters page
This commit is contained in:
parent
2a8dfb5caa
commit
9ecf1c7727
@ -215,14 +215,6 @@ $CFG->admin = 'admin';
|
||||
// This setting will make some graphs (eg user logs) use lines instead of bars
|
||||
// $CFG->preferlinegraphs = true;
|
||||
//
|
||||
// Enabling this will make most text-based filters only match the first time
|
||||
// a phrase occurs in a given text. Otherwise all are matched.
|
||||
// $CFG->filtermatchonepertext = true;
|
||||
//
|
||||
// Enabling this will make most text-based filters only match the first time
|
||||
// a phrase occurs in a given page. Otherwise all are matched.
|
||||
// $CFG->filtermatchoneperpage = true;
|
||||
//
|
||||
// Enabling this will allow custom scripts to replace existing moodle scripts.
|
||||
// For example: if $CFG->customscripts/course/view.php exists then
|
||||
// it will be used instead of $CFG->wwwroot/course/view.php
|
||||
|
Loading…
x
Reference in New Issue
Block a user