Revision 799f6001
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
am.pl | ||
---|---|---|
51 | 51 |
use SL::Locale; |
52 | 52 |
|
53 | 53 |
eval { require "lx-erp.conf"; }; |
54 |
eval { require "lx-erp-local.conf"; } if -f "lx-erp-local.conf"; |
|
54 | 55 |
|
55 | 56 |
require "bin/mozilla/common.pl"; |
56 | 57 |
|
Auch abrufbar als: Unified diff
Wenn eine Datei namens lx-erp-local.conf exisitert, dann die direkt nach der lx-erp.conf einlesen.