From: Jan Schneider Date: Fri, 31 Jul 2009 09:46:52 +0000 (+0200) Subject: Fix path. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b8b5ae31697ad629780fda1fda59625e5e84371d;p=horde.git Fix path. --- 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')) {