X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/891411c15c60f4099e7d2f687de8efe84b2e0fbb..ad9811f427c748aae4874b9f746fdce3568d94ef:/scripts/console diff --git a/scripts/console b/scripts/console index b9b474585..d567c5640 100755 --- a/scripts/console +++ b/scripts/console @@ -60,11 +60,11 @@ sub lxinit { package main; - $::lxdebug = LXDebug->new(file => $debug_file); - $::locale = Locale->new($::lx_office_conf{system}->{language}); - $::cgi = CGI->new qw(); - $::form = Form->new; - $::auth = SL::Auth->new; + $::lxdebug = LXDebug->new(file => $debug_file); + $::locale = Locale->new($::lx_office_conf{system}->{language}); + $::cgi = CGI->new qw(); + $::form = Form->new; + $::auth = SL::Auth->new; $::instance_conf = SL::InstanceConfiguration->new; die 'cannot reach auth db' unless $::auth->session_tables_present;