X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/4dbb09950c9f5596646537c12d991c99086fe7c1..cdfebb5085afaf1fe0f0278ca6172d5fe009bd9c:/kopf.pl diff --git a/kopf.pl b/kopf.pl index 001ac988a..5ee9f2ffc 100755 --- a/kopf.pl +++ b/kopf.pl @@ -1,10 +1,16 @@ #!/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"; };