X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/27e80751043612bbb6d75b36d8dcd6b6eb7d6b9e..28d69bb85e934088a56e6e8458cd08d3794e1f8b:/scripts/console diff --git a/scripts/console b/scripts/console index d567c5640..50febadb6 100755 --- a/scripts/console +++ b/scripts/console @@ -62,10 +62,10 @@ sub lxinit { $::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; + $::request = { cgi => CGI->new({}) }; die 'cannot reach auth db' unless $::auth->session_tables_present;