projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e9431c
)
Fix path.
author
Jan Schneider
<jan@horde.org>
Fri, 31 Jul 2009 09:46:52 +0000
(11:46 +0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 31 Jul 2009 09:46:52 +0000
(11:46 +0200)
kronolith/index.php
patch
|
blob
|
history
diff --git
a/kronolith/index.php
b/kronolith/index.php
index
df4512e
..
db97c72
100644
(file)
--- a/
kronolith/index.php
+++ b/
kronolith/index.php
@@
-6,7
+6,7
@@
* not receive such a file, see also http://www.fsf.org/copyleft/gpl.html.
*/
-require_once
KRONOLITH_BASE
. '/lib/base.php';
+require_once
dirname(__FILE__)
. '/lib/base.php';
/* Load traditional interface? */
if (!$prefs->getValue('dynamic_view') || !$browser->hasFeature('xmlhttpreq')) {