]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/console
Paginates nur anzeigen, wenn mindestens 2 Seiten.
[kivitendo-erp.git] / scripts / console
index b9b474585abc77cdb3927f7bc73cde42f3903302..50febadb60d1842bb73aa98bb33ab75012acb0b1 100755 (executable)
@@ -60,12 +60,12 @@ 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});
+  $::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;