Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50ff861
)
MDL-41112 fix theme and js caching info in config-dist.php
author
Petr Škoda
<commits@skodak.org>
Sat, 10 Aug 2013 21:46:09 +0000
(23:46 +0200)
committer
Petr Škoda
<commits@skodak.org>
Sat, 10 Aug 2013 21:46:09 +0000
(23:46 +0200)
config-dist.php
patch
|
blob
|
blame
|
history
diff --git
a/config-dist.php
b/config-dist.php
index
2022649
..
e6eb1cd
100644
(file)
--- a/
config-dist.php
+++ b/
config-dist.php
@@
-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!