X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin.pl;h=433ffe9d3f1980b410a6676484b04a8de41fc6ae;hb=3286128e8253b38ae4e996b327beaf243661a5ef;hp=603d166b2ca7a63d4c7f36408ee3ca41741e849e;hpb=000df040648d4bb3fa11195fa068300352300b1b;p=kivitendo-erp.git 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;