Alte Konfigurationsdateien config/lx-erp.conf{.default} entfernt
[kivitendo-erp.git] / scripts / spawn_oo.pl
index 2e4b2ff..d0e8f78 100755 (executable)
@@ -5,7 +5,6 @@ BEGIN {
   push    @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version.
 }
 
-
 use DBI;
 use Data::Dumper;
 
@@ -20,8 +19,6 @@ $| = 1;
 
 $lxdebug = LXDebug->new();
 
-require "lx-erp.conf";
-
 $form = new Form;
 $form->{"script"} = "oe.pl";