X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=kopf.pl;h=05c4a229e0359f9b0c7f63ffb74d9cb5a41c9090;hb=cf889668782d1ffbb76b9f28e1d36848544fa3b3;hp=bae3cdc7dd40449a5fe4b44222b254d0841ad290;hpb=3f65b4fbe2856d5ab0a6a4ccee20c1a44d9d0cd1;p=kivitendo-erp.git diff --git a/kopf.pl b/kopf.pl deleted file mode 100755 index bae3cdc7d..000000000 --- a/kopf.pl +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/perl -# - -BEGIN { - push(@INC, "modules"); -} - -use SL::LXDebug; -$lxdebug = LXDebug->new(); - -use SL::Form; -use SL::Locale; - -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