X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d319704a66e9be64da837ccea10af6774c2b0838..7679dfa4ba64c4cc24a027fa5bdfd5e616ca92a8:/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"; };