mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-41112 fix theme and js caching info in config-dist.php
This commit is contained in:
parent
50ff861263
commit
770a25c6c8
1 changed files with 2 additions and 2 deletions
|
@ -483,10 +483,10 @@ $CFG->admin = 'admin';
|
||||||
// $CFG->debugusers = '2';
|
// $CFG->debugusers = '2';
|
||||||
//
|
//
|
||||||
// Prevent theme caching
|
// Prevent theme caching
|
||||||
// $CFG->themerev = -1; // NOT FOR PRODUCTION SERVERS!
|
// $CFG->themedesignermode = true; // NOT FOR PRODUCTION SERVERS!
|
||||||
//
|
//
|
||||||
// Prevent JS caching
|
// Prevent JS caching
|
||||||
// $CFG->jsrev = -1; // NOT FOR PRODUCTION SERVERS!
|
// $CFG->cachejs = false; // NOT FOR PRODUCTION SERVERS!
|
||||||
//
|
//
|
||||||
// Prevent core_string_manager on-disk cache
|
// Prevent core_string_manager on-disk cache
|
||||||
// $CFG->langstringcache = false; // NOT FOR PRODUCTION SERVERS!
|
// $CFG->langstringcache = false; // NOT FOR PRODUCTION SERVERS!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue