]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/spawn_oo.pl
Alte Konfigurationsdateien config/lx-erp.conf{.default} entfernt
[kivitendo-erp.git] / scripts / spawn_oo.pl
index 2e4b2ff8cc4c7a1d52a7cfc61c7262e26fe4a968..d0e8f789cda8340c0d8a6880b6faa8f63af6df87 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";