mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Merged in botanic/rc-botanic-webdev (pull request #39)
additional fix's for AMS
This commit is contained in:
commit
c3697b9f53
2 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Helpers{
|
||||||
$smarty -> debugging = false;
|
$smarty -> debugging = false;
|
||||||
// caching must be disabled for multi-language support
|
// caching must be disabled for multi-language support
|
||||||
$smarty -> caching = false;
|
$smarty -> caching = false;
|
||||||
$smarty -> cache_lifetime = 120;
|
$smarty -> cache_lifetime = 5;
|
||||||
|
|
||||||
//needed by smarty.
|
//needed by smarty.
|
||||||
helpers :: create_folders ();
|
helpers :: create_folders ();
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
error_reporting( E_ALL );
|
error_reporting( E_ALL );
|
||||||
|
|
||||||
$return = array();
|
$return = array();
|
||||||
|
$return['no_visible_elements'] = false;
|
||||||
|
|
||||||
helpers :: loadTemplate( "install" , $return );
|
helpers :: loadTemplate( "install" , $return );
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Reference in a new issue