posaune
[kivitendo-erp.git] / admin.pl
old mode 100644 (file)
new mode 100755 (executable)
index da0cbca..433ffe9
--- 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;