]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/task_server.pl
$::request als globale Variable eingeführt.
[kivitendo-erp.git] / scripts / task_server.pl
index 1931b6a864e4472aa02c1d76cbea0467723987fc..66e81e7c8ea31bc0a5fbdb12aa89ad4dd0ab2ee1 100755 (executable)
@@ -43,6 +43,7 @@ sub lxinit {
   $::cgi     = CGI->new qw();
   $::form    = Form->new;
   $::auth    = SL::Auth->new;
+  $::request = { };
 
   die 'cannot reach auth db'               unless $::auth->session_tables_present;