From: Sven Schöling Date: Wed, 15 Sep 2010 11:24:36 +0000 (+0200) Subject: Revert "Symlinks entfernt. Mit ROSE ist die alte CGI Anbindung eh hinfällig, ergo... X-Git-Tag: release-2.6.2beta1~136 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=000df040648d4bb3fa11195fa068300352300b1b;p=kivitendo-erp.git Revert "Symlinks entfernt. Mit ROSE ist die alte CGI Anbindung eh hinfällig, ergo sind die Symlinks sinnlos." This reverts commit 606b8c863c09af323cddc03167106bc178b9fb3b. Solange die noch in Koexistenz sind, nicht entfernen. --- diff --git a/acctranscorrections.pl b/acctranscorrections.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/acctranscorrections.pl @@ -0,0 +1 @@ +am.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; diff --git a/am.pl b/am.pl new file mode 120000 index 000000000..05c4a229e --- /dev/null +++ b/am.pl @@ -0,0 +1 @@ +admin.pl \ No newline at end of file diff --git a/amcvar.pl b/amcvar.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/amcvar.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/amtemplates.pl b/amtemplates.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/amtemplates.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/ap.pl b/ap.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/ap.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/ar.pl b/ar.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/ar.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/bankaccounts.pl b/bankaccounts.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/bankaccounts.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/bp.pl b/bp.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/bp.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/ca.pl b/ca.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/ca.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/common.pl b/common.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/common.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/cp.pl b/cp.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/cp.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/ct.pl b/ct.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/ct.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/datev.pl b/datev.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/datev.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/dispatcher.pl b/dispatcher.pl deleted file mode 100755 index 603d166b2..000000000 --- a/dispatcher.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; diff --git a/dispatcher.pl b/dispatcher.pl new file mode 120000 index 000000000..05c4a229e --- /dev/null +++ b/dispatcher.pl @@ -0,0 +1 @@ +admin.pl \ No newline at end of file diff --git a/dn.pl b/dn.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/dn.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/do.pl b/do.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/do.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/fu.pl b/fu.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/fu.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/generictranslations.pl b/generictranslations.pl new file mode 120000 index 000000000..19d25c949 --- /dev/null +++ b/generictranslations.pl @@ -0,0 +1 @@ +common.pl \ No newline at end of file diff --git a/gl.pl b/gl.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/gl.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/ic.pl b/ic.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/ic.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/ir.pl b/ir.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/ir.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/is.pl b/is.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/is.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/kopf.pl b/kopf.pl new file mode 120000 index 000000000..05c4a229e --- /dev/null +++ b/kopf.pl @@ -0,0 +1 @@ +admin.pl \ No newline at end of file diff --git a/licenses.pl b/licenses.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/licenses.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/login.pl b/login.pl new file mode 120000 index 000000000..05c4a229e --- /dev/null +++ b/login.pl @@ -0,0 +1 @@ +admin.pl \ No newline at end of file diff --git a/menu.pl b/menu.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/menu.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/menuXML.pl b/menuXML.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/menuXML.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/menujs.pl b/menujs.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/menujs.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/menunew.pl b/menunew.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/menunew.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/menuv3.pl b/menuv3.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/menuv3.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/menuv4.pl b/menuv4.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/menuv4.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/oe.pl b/oe.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/oe.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/pe.pl b/pe.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/pe.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/projects.pl b/projects.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/projects.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/rc.pl b/rc.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/rc.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/rp.pl b/rp.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/rp.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/sepa.pl b/sepa.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/sepa.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/todo.pl b/todo.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/todo.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/ustva.pl b/ustva.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/ustva.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file diff --git a/wh.pl b/wh.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/wh.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file