Revision 67b21d42
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
scripts/dbupgrade2_tool.pl | ||
---|---|---|
23 | 23 |
use Text::Iconv; |
24 | 24 |
|
25 | 25 |
use SL::LXDebug; |
26 |
use SL::LxOfficeConf; |
|
26 | 27 |
|
27 |
read_config "config/lx_office.conf" => our %lx_office_conf;
|
|
28 |
SL::LxOfficeConf->read;
|
|
28 | 29 |
our $lxdebug = LXDebug->new(); |
29 | 30 |
|
30 | 31 |
use SL::Auth; |
Auch abrufbar als: Unified diff
config/lx_office.conf.default einlesen, wenn config/lx_office.conf nicht existiert