mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
turn debugging off
This commit is contained in:
parent
1ee6cd5387
commit
e73079a1d1
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