X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/23f79a876613fabf7f4aa2de230788ebeb840de9..fa07aa5d70def1f59f067cb151e389d25fba1efb:/admin.pl?ds=inline 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;