X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin.pl;h=433ffe9d3f1980b410a6676484b04a8de41fc6ae;hb=1cc72c5b3b422fcd5970b3072d0d922d89fffc13;hp=603d166b2ca7a63d4c7f36408ee3ca41741e849e;hpb=8e009de46807bec412ef3c3d449648b18c4ad01a;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;