X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4fd22b569d4436293e0a9d364d7356b5bfc503e5..606b8c863c09af323cddc03167106bc178b9fb3b:/admin.pl diff --git a/admin.pl b/admin.pl deleted file mode 100755 index 603d166b2..000000000 --- a/admin.pl +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/perl - -use strict; - -use SL::Dispatcher; - -SL::Dispatcher::pre_startup(); -SL::Dispatcher::handle_request('CGI'); - -1;