From 7ebc9478e634234be14af98d9496f39c1af28c7e Mon Sep 17 00:00:00 2001 From: kaetemi Date: Tue, 9 Sep 2014 02:14:49 +0200 Subject: [PATCH] Disable APC page caching --- code/web/private_php/ams/autoload/helpers.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/web/private_php/ams/autoload/helpers.php b/code/web/private_php/ams/autoload/helpers.php index a66511820..0ebc6d8fc 100644 --- a/code/web/private_php/ams/autoload/helpers.php +++ b/code/web/private_php/ams/autoload/helpers.php @@ -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.