Revision 9437bec6
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
scripts/console | ||
---|---|---|
59 | 59 |
$::sendmail = "| /usr/sbin/sendmail -t"; |
60 | 60 |
} |
61 | 61 |
|
62 |
$::lxdebug = LXDebug->new; |
|
63 |
|
|
64 | 62 |
eval { require "config/lx-erp.conf"; }; |
65 | 63 |
eval { require "config/lx-erp-local.conf"; } if -f "config/lx-erp-local.conf"; |
66 | 64 |
|
65 |
$::lxdebug = LXDebug->new; |
|
67 | 66 |
$::locale = Locale->new($::language); |
68 | 67 |
$::cgi = CGI->new qw(); |
69 | 68 |
$::form = Form->new; |
Auch abrufbar als: Unified diff
Console: LXDebug-Einstellungen aus config/lx-erp-local.conf respektieren