X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/23f79a876613fabf7f4aa2de230788ebeb840de9..28d69bb85e934088a56e6e8458cd08d3794e1f8b:/admin.pl?ds=sidebyside 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;