X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/4dbb09950c9f5596646537c12d991c99086fe7c1..17b40b38feb0c7028d8340b6c20936f5bcc72bea:/kopf.pl diff --git a/kopf.pl b/kopf.pl index 001ac988a..bae3cdc7d 100755 --- a/kopf.pl +++ b/kopf.pl @@ -1,10 +1,15 @@ #!/usr/bin/perl # +BEGIN { + push(@INC, "modules"); +} + use SL::LXDebug; $lxdebug = LXDebug->new(); use SL::Form; +use SL::Locale; eval { require "lx-erp.conf"; };