projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
799f600
)
Wenn eine Datei namens lx-erp-local.conf exisitert, dann die direkt nach der lx-erp...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 7 May 2007 07:56:05 +0000
(07:56 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 7 May 2007 07:56:05 +0000
(07:56 +0000)
login.pl
patch
|
blob
|
history
diff --git
a/login.pl
b/login.pl
index
f761de8
..
7753cc5
100755
(executable)
--- a/
login.pl
+++ b/
login.pl
@@
-47,6
+47,7
@@
use SL::LXDebug;
$lxdebug = LXDebug->new();
eval { require "lx-erp.conf"; };
+eval { require "lx-erp-local.conf"; } if -f "lx-erp-local.conf";
if ($ENV{CONTENT_LENGTH}) {
read(STDIN, $_, $ENV{CONTENT_LENGTH});