X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin.pl;h=603d166b2ca7a63d4c7f36408ee3ca41741e849e;hb=d3835e76df74c5bc7f014048303a2845a1d2277e;hp=385000d1b34a6025982f3a10bac6d64bebbf6974;hpb=119fbc879473fe18b7d4333db044f3bcc1d2d225;p=kivitendo-erp.git 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..603d166b2 --- /dev/null +++ b/admin.pl @@ -0,0 +1,10 @@ +#!/usr/bin/perl + +use strict; + +use SL::Dispatcher; + +SL::Dispatcher::pre_startup(); +SL::Dispatcher::handle_request('CGI'); + +1;