X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fconsole;h=50febadb60d1842bb73aa98bb33ab75012acb0b1;hb=fc1ff1a03f56176d1e84bc0345443f561426a4a7;hp=df9f6bf9da0b1a7f25b35e1eb13b2004fddf5b72;hpb=772f08d07f41febb13a52e066036d23faa0490fc;p=kivitendo-erp.git diff --git a/scripts/console b/scripts/console index df9f6bf9d..50febadb6 100755 --- a/scripts/console +++ b/scripts/console @@ -62,11 +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 = { }; + $::request = { cgi => CGI->new({}) }; die 'cannot reach auth db' unless $::auth->session_tables_present;