X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin.pl;h=433ffe9d3f1980b410a6676484b04a8de41fc6ae;hb=56d540df9d79d434d5a2e2759f1ffe3bcaf2226b;hp=7d7fe4ce4a476c3dda36793bc7b6f00d5c43713b;hpb=1d3feb0f180e55654dc6a5d5c7fb88ae3afd72d2;p=kivitendo-erp.git diff --git a/admin.pl b/admin.pl deleted file mode 120000 index 7d7fe4ce4..000000000 --- a/admin.pl +++ /dev/null @@ -1 +0,0 @@ -login.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;