mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Disable APC page caching
This commit is contained in:
parent
8c03a3d746
commit
7ebc9478e6
1 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@ class Helpers {
|
|||
|
||||
if (function_exists('apc_cache_info')) {
|
||||
// production
|
||||
$smarty->caching = true;
|
||||
$smarty->setCachingType("apc");
|
||||
$smarty->compile_check = false;
|
||||
//$smarty->caching = true;
|
||||
//$smarty->setCachingType("apc");
|
||||
//$smarty->compile_check = false;
|
||||
}
|
||||
|
||||
// needed by smarty.
|
||||
|
|
Loading…
Reference in a new issue