X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/4dbb09950c9f5596646537c12d991c99086fe7c1..c6d0de695657e132931e883c08f1436974bc22f2:/kopf.pl diff --git a/kopf.pl b/kopf.pl deleted file mode 100755 index 001ac988a..000000000 --- a/kopf.pl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl -# - -use SL::LXDebug; -$lxdebug = LXDebug->new(); - -use SL::Form; - -eval { require "lx-erp.conf"; }; - -$form = new Form; - -eval { require("$userspath/$form->{login}.conf"); }; - -$locale = new Locale "$myconfig{countrycode}", "kopf"; - -eval { require "bin/mozilla/kopf.pl"; }; 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