$::cgi entfernt.
[kivitendo-erp.git] / scripts / console
index df9f6bf..50febad 100755 (executable)
@@ -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;