mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 01:40:00 +00:00
Better use this
This commit is contained in:
parent
e7f7f13ca1
commit
b9593a1c51
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Helpers {
|
||||||
$smarty -> caching = false;
|
$smarty -> caching = false;
|
||||||
$smarty -> cache_lifetime = 300;
|
$smarty -> cache_lifetime = 300;
|
||||||
|
|
||||||
$smarty->setPluginsDir($AMS_PLUGINS);
|
$smarty->addPluginsDir($AMS_PLUGINS);
|
||||||
|
|
||||||
if (function_exists('apc_cache_info')) {
|
if (function_exists('apc_cache_info')) {
|
||||||
// production
|
// production
|
||||||
|
|
Loading…
Reference in a new issue