X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=kopf.pl;h=05c4a229e0359f9b0c7f63ffb74d9cb5a41c9090;hb=198f860c0c828939ef6f8f698fcfb5d7b9796999;hp=5ee9f2ffc4aaa619b16c4bcc27d4ff00bb7d6440;hpb=56e52e62aa29100c6369274dcf805d5cb99bf315;p=kivitendo-erp.git diff --git a/kopf.pl b/kopf.pl deleted file mode 100755 index 5ee9f2ffc..000000000 --- a/kopf.pl +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/perl -# - -BEGIN { - unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML). - push @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version. -} - -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