X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=admin.pl;h=433ffe9d3f1980b410a6676484b04a8de41fc6ae;hb=40ebe601936458cebc78a48a20b2cc5e67f6c1da;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;