disable smarty cache by default in dist
This commit is contained in:
parent
bffeea07c9
commit
e0275566ae
@ -371,6 +371,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