X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d9cd41c59bfa524ab16e1e4a7b76020aaff6ac14..772f08d07f41febb13a52e066036d23faa0490fc:/scripts/task_server.pl diff --git a/scripts/task_server.pl b/scripts/task_server.pl index 1931b6a86..66e81e7c8 100755 --- a/scripts/task_server.pl +++ b/scripts/task_server.pl @@ -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;