korrekte Umwandlung des Grad-Symbols für Latex-Vorlagen
[kivitendo-erp.git] / admin.pl
deleted file mode 120000 (symlink)
index 7d7fe4ce4a476c3dda36793bc7b6f00d5c43713b..0000000000000000000000000000000000000000
--- a/admin.pl
+++ /dev/null
@@ -1 +0,0 @@
-login.pl
\ No newline at end of file
new file mode 100755 (executable)
index 0000000000000000000000000000000000000000..603d166b2ca7a63d4c7f36408ee3ca41741e849e
--- /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;