From: Sven Schöling Date: Tue, 20 Oct 2015 15:44:05 +0000 (+0200) Subject: Symlinks entfernt X-Git-Tag: release-3.4.1~632 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b01d84a98b1091f452adc5857903ea85c1e644f1;p=kivitendo-erp.git Symlinks entfernt Die bevorzugte Art das Programm an den Apache anzubinden ist seit Jahren über ein AliasMatch der direkt dispatcher. aufruft. Das letzte mal haben wir das 2010 probiert, da gab es aber noch viele Installationen deren Update nicht trivial gewesen wäre. Das sollte heute nicht mehr so sein. Doku für basic cgi muss noch angepasst werden. --- diff --git a/acctranscorrections.pl b/acctranscorrections.pl deleted file mode 120000 index 385000d1b..000000000 --- a/acctranscorrections.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/admin.pl b/admin.pl deleted file mode 100755 index 433ffe9d3..000000000 --- a/admin.pl +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/perl - -use strict; - -use SL::Dispatcher; - -our $dispatcher = SL::Dispatcher->new('CGI'); -$dispatcher->pre_startup; -$dispatcher->handle_request; - -1; diff --git a/am.pl b/am.pl deleted file mode 120000 index 05c4a229e..000000000 --- a/am.pl +++ /dev/null @@ -1 +0,0 @@ -admin.pl \ No newline at end of file diff --git a/amtemplates.pl b/amtemplates.pl deleted file mode 120000 index 385000d1b..000000000 --- a/amtemplates.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ap.pl b/ap.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ap.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ar.pl b/ar.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ar.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/bankaccounts.pl b/bankaccounts.pl deleted file mode 120000 index 385000d1b..000000000 --- a/bankaccounts.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/bp.pl b/bp.pl deleted file mode 120000 index 385000d1b..000000000 --- a/bp.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ca.pl b/ca.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ca.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/common.pl b/common.pl deleted file mode 120000 index 385000d1b..000000000 --- a/common.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/controller.pl b/controller.pl deleted file mode 120000 index 385000d1b..000000000 --- a/controller.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/cp.pl b/cp.pl deleted file mode 120000 index 385000d1b..000000000 --- a/cp.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ct.pl b/ct.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ct.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/datev.pl b/datev.pl deleted file mode 120000 index 385000d1b..000000000 --- a/datev.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/dispatcher.pl b/dispatcher.pl deleted file mode 120000 index 05c4a229e..000000000 --- a/dispatcher.pl +++ /dev/null @@ -1 +0,0 @@ -admin.pl \ No newline at end of file diff --git a/dispatcher.pl b/dispatcher.pl new file mode 100755 index 000000000..433ffe9d3 --- /dev/null +++ b/dispatcher.pl @@ -0,0 +1,11 @@ +#!/usr/bin/perl + +use strict; + +use SL::Dispatcher; + +our $dispatcher = SL::Dispatcher->new('CGI'); +$dispatcher->pre_startup; +$dispatcher->handle_request; + +1; diff --git a/dn.pl b/dn.pl deleted file mode 120000 index 385000d1b..000000000 --- a/dn.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/do.pl b/do.pl deleted file mode 120000 index 385000d1b..000000000 --- a/do.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/fu.pl b/fu.pl deleted file mode 120000 index 385000d1b..000000000 --- a/fu.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/generictranslations.pl b/generictranslations.pl deleted file mode 120000 index 19d25c949..000000000 --- a/generictranslations.pl +++ /dev/null @@ -1 +0,0 @@ -common.pl \ No newline at end of file diff --git a/gl.pl b/gl.pl deleted file mode 120000 index 385000d1b..000000000 --- a/gl.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ic.pl b/ic.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ic.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ir.pl b/ir.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ir.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/is.pl b/is.pl deleted file mode 120000 index 385000d1b..000000000 --- a/is.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/letter.pl b/letter.pl deleted file mode 120000 index 385000d1b..000000000 --- a/letter.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/licenses.pl b/licenses.pl deleted file mode 120000 index 385000d1b..000000000 --- a/licenses.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/login.pl b/login.pl deleted file mode 120000 index 05c4a229e..000000000 --- a/login.pl +++ /dev/null @@ -1 +0,0 @@ -admin.pl \ No newline at end of file diff --git a/oe.pl b/oe.pl deleted file mode 120000 index 385000d1b..000000000 --- a/oe.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/pe.pl b/pe.pl deleted file mode 120000 index 385000d1b..000000000 --- a/pe.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/rc.pl b/rc.pl deleted file mode 120000 index 385000d1b..000000000 --- a/rc.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/rp.pl b/rp.pl deleted file mode 120000 index 385000d1b..000000000 --- a/rp.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/sepa.pl b/sepa.pl deleted file mode 120000 index 385000d1b..000000000 --- a/sepa.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/todo.pl b/todo.pl deleted file mode 120000 index 385000d1b..000000000 --- a/todo.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ustva.pl b/ustva.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ustva.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/vk.pl b/vk.pl deleted file mode 120000 index 385000d1b..000000000 --- a/vk.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/wh.pl b/wh.pl deleted file mode 120000 index 385000d1b..000000000 --- a/wh.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file