]> wagnertech.de Git - mfinanz.git/blobdiff - scripts/dbupgrade2_tool.pl
config/lx_office.conf.default einlesen, wenn config/lx_office.conf nicht existiert
[mfinanz.git] / scripts / dbupgrade2_tool.pl
index 311f4b0533339ed3cdc1cb411d174b483ebb2c77..a9054aaff94e495225175819f14c6773841b2a62 100755 (executable)
@@ -23,8 +23,9 @@ use Getopt::Long;
 use Text::Iconv;
 
 use SL::LXDebug;
+use SL::LxOfficeConf;
 
-read_config "config/lx_office.conf" => our %lx_office_conf;
+SL::LxOfficeConf->read;
 our $lxdebug = LXDebug->new();
 
 use SL::Auth;