Disable APC page caching

This commit is contained in:
kaetemi 2014-09-09 02:14:49 +02:00
parent e1c70eb423
commit c4d4587830

View file

@ -43,9 +43,9 @@ class Helpers {
if (function_exists('apc_cache_info')) { if (function_exists('apc_cache_info')) {
// production // production
$smarty->caching = true; //$smarty->caching = true;
$smarty->setCachingType("apc"); //$smarty->setCachingType("apc");
$smarty->compile_check = false; //$smarty->compile_check = false;
} }
// needed by smarty. // needed by smarty.