]> wagnertech.de Git - mfinanz.git/blobdiff - scripts/console
Globales Konfigurationsobjekt %::lx_office_conf möglichst früh anlegen
[mfinanz.git] / scripts / console
index added9f839fd9dfb8b32b765f4d09f4b821f7b4b..4d89fdb5787aaadfbfa30596eb79df30ae8805e2 100755 (executable)
@@ -68,15 +68,15 @@ sub lxinit {
   eval { require "config/lx-erp.conf"; };
   eval { require "config/lx-erp-local.conf"; } if -f "config/lx-erp-local.conf";
 
+  read_config 'config/lx_office.conf' => %::lx_office_conf;
+  SL::Dispatcher::_decode_recursively(\%::lx_office_conf);
+
   $::lxdebug = LXDebug->new;
   $::locale = Locale->new($::language);
   $::cgi    = CGI->new qw();
   $::form   = Form->new;
   $::auth   = SL::Auth->new;
 
-  read_config 'config/lx_office.conf' => %::lx_office_conf;
-  SL::Dispatcher::_decode_recursively(\%::lx_office_conf);
-
   die 'cannot reach auth db'               unless $::auth->session_tables_present;
 
   $::auth->restore_session;