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
9d5ef892
Commit
9d5ef892
authored
Mar 20, 2005
by
moodler
Browse files
So $CFG->filtermatchfirstonly isn't forgotten
parent
1f4af9a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-dist.php
View file @
9d5ef892
...
...
@@ -206,6 +206,10 @@ $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->filtermatchfirstonly = true;
//=========================================================================
// ALL DONE! To continue installation, visit your main page with a browser
...
...
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