mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +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')) {
|
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.
|
||||||
|
|
Loading…
Reference in a new issue