X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8cd05ad64866ce200f888a35723ae4b7e24a2012..6dd6719d91cf5a48acb6fb3731f9e143d7a7d83b:/scripts/spawn_oo.pl diff --git a/scripts/spawn_oo.pl b/scripts/spawn_oo.pl index 2e4b2ff8c..d0e8f789c 100755 --- a/scripts/spawn_oo.pl +++ b/scripts/spawn_oo.pl @@ -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";