disable smarty cache by default in dist
This commit is contained in:
parent
4ea33a5e50
commit
bb0e9dff39
@ -288,6 +288,6 @@ $config['cookie']['domain'] = '';
|
||||
* cache = 0, disabled
|
||||
* cache_lifetime = 30 seconds
|
||||
**/
|
||||
$config['smarty']['cache'] = 1;
|
||||
$config['smarty']['cache'] = 0;
|
||||
$config['smarty']['cache_lifetime'] = 30;
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user