Changed installer page to no_visible_elements
This commit is contained in:
parent
31a8b188fc
commit
bf059cccec
2 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Helpers{
|
|||
$smarty -> debugging = false;
|
||||
// caching must be disabled for multi-language support
|
||||
$smarty -> caching = false;
|
||||
$smarty -> cache_lifetime = 120;
|
||||
$smarty -> cache_lifetime = 5;
|
||||
|
||||
//needed by smarty.
|
||||
helpers :: create_folders ();
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
error_reporting( E_ALL );
|
||||
|
||||
$return = array();
|
||||
$return['no_visible_elements'] = false;
|
||||
|
||||
helpers :: loadTemplate( "install" , $return );
|
||||
exit;
|
||||
|
|
Loading…
Reference in a new issue