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