X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin.pl;h=433ffe9d3f1980b410a6676484b04a8de41fc6ae;hb=d5d805a71b57615046653989b3cac8a2f05bce29;hp=da0cbcafc23e9c8694d58ca2df2fc3a1be67a5f6;hpb=60805cf20a495c1d408dbd5ed1e274ba21a71401;p=kivitendo-erp.git diff --git a/admin.pl b/admin.pl old mode 100644 new mode 100755 index da0cbcafc..433ffe9d3 --- a/admin.pl +++ b/admin.pl @@ -1 +1,11 @@ -link login.pl \ No newline at end of file +#!/usr/bin/perl + +use strict; + +use SL::Dispatcher; + +our $dispatcher = SL::Dispatcher->new('CGI'); +$dispatcher->pre_startup; +$dispatcher->handle_request; + +1;