projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c3cf49
)
Avoid double loading of horde.local.php if already loaded in test.php
author
Jan Schneider
<jan@horde.org>
Wed, 12 May 2010 11:25:35 +0000
(13:25 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 12 May 2010 11:25:35 +0000
(13:25 +0200)
horde/lib/core.php
patch
|
blob
|
history
diff --git
a/horde/lib/core.php
b/horde/lib/core.php
index
84a1e4d
..
6c4cc89
100644
(file)
--- a/
horde/lib/core.php
+++ b/
horde/lib/core.php
@@
-31,7
+31,7
@@
if (!defined('HORDE_BASE')) {
ini_set('include_path', $dirname . PATH_SEPARATOR . ini_get('include_path'));
if (file_exists(HORDE_BASE . '/config/horde.local.php')) {
- include HORDE_BASE . '/config/horde.local.php';
+ include
_once
HORDE_BASE . '/config/horde.local.php';
}
/* Set up autoload paths for core Horde libs (located in lib/). This can't