Revision 2c1c6a9a
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
66 | 66 |
} |
67 | 67 |
|
68 | 68 |
sub pre_startup_setup { |
69 |
eval { |
|
70 |
package main; |
|
71 |
require "config/lx-erp.conf"; |
|
72 |
}; |
|
73 |
eval { |
|
74 |
package main; |
|
75 |
require "config/lx-erp-local.conf"; |
|
76 |
} if -f "config/lx-erp-local.conf"; |
|
77 |
|
|
78 | 69 |
read_config 'config/lx_office.conf' => %::lx_office_conf; |
79 | 70 |
_decode_recursively(\%::lx_office_conf); |
80 | 71 |
_init_environment(); |
Auch abrufbar als: Unified diff
Alte Konfigurationsdateien config/lx-erp.conf{.default} entfernt