mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Better use this
This commit is contained in:
parent
5554aa2aec
commit
4798c0168e
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