USTVA: Winston export ueberarbeitet. Kz vor die pos_ustva gesetzt, 'Kennzahl Nr'...
[kivitendo-erp.git] / login.pl
index f761de8..7753cc5 100755 (executable)
--- a/login.pl
+++ b/login.pl
@@ -47,6 +47,7 @@ use SL::LXDebug;
 $lxdebug = LXDebug->new();
 
 eval { require "lx-erp.conf"; };
+eval { require "lx-erp-local.conf"; } if -f "lx-erp-local.conf";
 
 if ($ENV{CONTENT_LENGTH}) {
   read(STDIN, $_, $ENV{CONTENT_LENGTH});