Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
21d1d077
Commit
21d1d077
authored
Feb 08, 2004
by
moodler
Browse files
Added some documentation about a few preferences that are only in config.php
right now.
parent
bc5bb6f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-dist.php
View file @
21d1d077
...
...
@@ -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;
//=========================================================================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment