X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/119fbc879473fe18b7d4333db044f3bcc1d2d225..28d69bb85e934088a56e6e8458cd08d3794e1f8b:/admin.pl diff --git a/admin.pl b/admin.pl deleted file mode 120000 index 385000d1b..000000000 --- a/admin.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/admin.pl b/admin.pl new file mode 100755 index 000000000..433ffe9d3 --- /dev/null +++ b/admin.pl @@ -0,0 +1,11 @@ +#!/usr/bin/perl + +use strict; + +use SL::Dispatcher; + +our $dispatcher = SL::Dispatcher->new('CGI'); +$dispatcher->pre_startup; +$dispatcher->handle_request; + +1;