From 000df040648d4bb3fa11195fa068300352300b1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 15 Sep 2010 13:24:36 +0200 Subject: [PATCH] =?utf8?q?Revert=20"Symlinks=20entfernt.=20Mit=20ROSE=20is?= =?utf8?q?t=20die=20alte=20CGI=20Anbindung=20eh=20hinf=C3=A4llig,=20ergo?= =?utf8?q?=20sind=20die=20Symlinks=20sinnlos."?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit 606b8c863c09af323cddc03167106bc178b9fb3b. Solange die noch in Koexistenz sind, nicht entfernen. --- acctranscorrections.pl | 1 + admin.pl | 10 ++++++++++ am.pl | 1 + amcvar.pl | 1 + amtemplates.pl | 1 + ap.pl | 1 + ar.pl | 1 + bankaccounts.pl | 1 + bp.pl | 1 + ca.pl | 1 + common.pl | 1 + cp.pl | 1 + ct.pl | 1 + datev.pl | 1 + dispatcher.pl | 11 +---------- dn.pl | 1 + do.pl | 1 + fu.pl | 1 + generictranslations.pl | 1 + gl.pl | 1 + ic.pl | 1 + ir.pl | 1 + is.pl | 1 + kopf.pl | 1 + licenses.pl | 1 + login.pl | 1 + menu.pl | 1 + menuXML.pl | 1 + menujs.pl | 1 + menunew.pl | 1 + menuv3.pl | 1 + menuv4.pl | 1 + oe.pl | 1 + pe.pl | 1 + projects.pl | 1 + rc.pl | 1 + rp.pl | 1 + sepa.pl | 1 + todo.pl | 1 + ustva.pl | 1 + wh.pl | 1 + 41 files changed, 50 insertions(+), 10 deletions(-) create mode 120000 acctranscorrections.pl create mode 100755 admin.pl create mode 120000 am.pl create mode 120000 amcvar.pl create mode 120000 amtemplates.pl create mode 120000 ap.pl create mode 120000 ar.pl create mode 120000 bankaccounts.pl create mode 120000 bp.pl create mode 120000 ca.pl create mode 120000 common.pl create mode 120000 cp.pl create mode 120000 ct.pl create mode 120000 datev.pl mode change 100755 => 120000 dispatcher.pl create mode 120000 dn.pl create mode 120000 do.pl create mode 120000 fu.pl create mode 120000 generictranslations.pl create mode 120000 gl.pl create mode 120000 ic.pl create mode 120000 ir.pl create mode 120000 is.pl create mode 120000 kopf.pl create mode 120000 licenses.pl create mode 120000 login.pl create mode 120000 menu.pl create mode 120000 menuXML.pl create mode 120000 menujs.pl create mode 120000 menunew.pl create mode 120000 menuv3.pl create mode 120000 menuv4.pl create mode 120000 oe.pl create mode 120000 pe.pl create mode 120000 projects.pl create mode 120000 rc.pl create mode 120000 rp.pl create mode 120000 sepa.pl create mode 120000 todo.pl create mode 120000 ustva.pl create mode 120000 wh.pl 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 -- 2.20.1