From 21d1d0773b16e248b029d1327f427d5406352f8b Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 8 Feb 2004 14:27:54 +0000 Subject: [PATCH] Added some documentation about a few preferences that are only in config.php right now. --- config-dist.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/config-dist.php b/config-dist.php index 80bdc1e4a2..82b89934d8 100644 --- a/config-dist.php +++ b/config-dist.php @@ -133,6 +133,28 @@ $CFG->admin = 'admin'; // // eg $CFG->textfilter1 = "mod/glossary/dynalink.php"; // $CFG->textfilter2 = "library/librarylib.php"; +// $CFG->textfilter3 = "filter/censor/censor.php"; + + + +//========================================================================= +// 8. OTHER MISCELLANEOUS SETTINGS (ignore these for new installations) +//========================================================================= +// +// Prevent users from updating their profile images +// $CFG->disableuserimages = true; +// +// Allow Google and Google users enter your site automatically as guests +// $CFG->opentogoogle = true; +// +// Restrict certain usernames from doing things that may mess up a site +// This is especially useful for demonstration teacher accounts +// $CFG->restrictusers = 'teacher,fred,jim'; +// +// Prevent scheduled backups from operating (and hide the GUI for them) +// Useful for webhost operators who have alternate methods of backups +// $CFG->disablescheduledbackups = true; + //========================================================================= -- 2.39.5