Disable APC page caching

This commit is contained in:
kaetemi 2014-09-09 02:14:49 +02:00
parent 8c03a3d746
commit 7ebc9478e6

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.