From b8b5ae31697ad629780fda1fda59625e5e84371d Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 31 Jul 2009 11:46:52 +0200 Subject: [PATCH] Fix path. --- kronolith/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/index.php b/kronolith/index.php index df4512ed8..db97c72cc 100644 --- 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')) { -- 2.11.0