From: Michael M Slusarz Date: Thu, 25 Jun 2009 06:59:03 +0000 (-0600) Subject: Fix bad path X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bfc0bb9b7ce75b89394dc2286bbac73685569541;p=horde.git Fix bad path --- diff --git a/ingo/index.php b/ingo/index.php index 02fcfcaff..111dce32b 100644 --- a/ingo/index.php +++ b/ingo/index.php @@ -10,7 +10,7 @@ * @author Mike Cochrane */ -require_once dirname(__FILE__) . '/base.load.php'; +require_once dirname(__FILE__) . '/lib/base.load.php'; $ingo_configured = (is_readable(INGO_BASE . '/config/conf.php') && is_readable(INGO_BASE . '/config/prefs.php') && is_readable(INGO_BASE . '/config/backends.php') &&