X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/60805cf20a495c1d408dbd5ed1e274ba21a71401..02a58c655418aa2c4bcbda33e0e76b7cd433763d:/admin.pl 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;