X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin.pl;h=433ffe9d3f1980b410a6676484b04a8de41fc6ae;hb=f0dc9fccff8fd7fbb65c1422894aa5f65cfc49bc;hp=60c4ff206ccb2128e917b904fdda02f80f9083f1;hpb=23f79a876613fabf7f4aa2de230788ebeb840de9;p=kivitendo-erp.git diff --git a/admin.pl b/admin.pl index 60c4ff206..433ffe9d3 100755 --- a/admin.pl +++ b/admin.pl @@ -4,7 +4,7 @@ use strict; use SL::Dispatcher; -my $dispatcher = SL::Dispatcher->new('CGI'); +our $dispatcher = SL::Dispatcher->new('CGI'); $dispatcher->pre_startup; $dispatcher->handle_request;