disable debug mode
This commit is contained in:
parent
d0491e05f5
commit
a77516ea05
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Helpers {
|
|||
$smarty -> setCacheDir( $AMS_CACHEDIR );
|
||||
$smarty -> setConfigDir( $SITEBASE . '/configs/' );
|
||||
// turn smarty debugging on/off
|
||||
$smarty -> debugging = true;
|
||||
$smarty -> debugging = false;
|
||||
// caching must be disabled for multi-language support
|
||||
$smarty -> caching = false;
|
||||
$smarty -> cache_lifetime = 300;
|
||||
|
|
Loading…
Reference in a new issue