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
770a25c6
Commit
770a25c6
authored
Aug 10, 2013
by
Petr Škoda
Browse files
MDL-41112 fix theme and js caching info in config-dist.php
parent
50ff8612
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-dist.php
View file @
770a25c6
...
...
@@ -483,10 +483,10 @@ $CFG->admin = 'admin';
// $CFG->debugusers = '2';
//
// Prevent theme caching
// $CFG->theme
rev = -1
; // NOT FOR PRODUCTION SERVERS!
// $CFG->theme
designermode = true
; // NOT FOR PRODUCTION SERVERS!
//
// Prevent JS caching
// $CFG->
jsrev = -1
; // NOT FOR PRODUCTION SERVERS!
// $CFG->
cachejs = false
; // NOT FOR PRODUCTION SERVERS!
//
// Prevent core_string_manager on-disk cache
// $CFG->langstringcache = false; // NOT FOR PRODUCTION SERVERS!
...
...
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