X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/1d3feb0f180e55654dc6a5d5c7fb88ae3afd72d2..02a58c655418aa2c4bcbda33e0e76b7cd433763d:/admin.pl?ds=inline 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..603d166b2 --- /dev/null +++ b/admin.pl @@ -0,0 +1,10 @@ +#!/usr/bin/perl + +use strict; + +use SL::Dispatcher; + +SL::Dispatcher::pre_startup(); +SL::Dispatcher::handle_request('CGI'); + +1;