X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/000df040648d4bb3fa11195fa068300352300b1b..7a98647b06d8fe8eb71a40d20e25d84d9faa3ed9:/admin.pl diff --git a/admin.pl b/admin.pl index 603d166b2..433ffe9d3 100755 --- a/admin.pl +++ b/admin.pl @@ -4,7 +4,8 @@ use strict; use SL::Dispatcher; -SL::Dispatcher::pre_startup(); -SL::Dispatcher::handle_request('CGI'); +our $dispatcher = SL::Dispatcher->new('CGI'); +$dispatcher->pre_startup; +$dispatcher->handle_request; 1;