From bfc0bb9b7ce75b89394dc2286bbac73685569541 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 25 Jun 2009 00:59:03 -0600 Subject: [PATCH] Fix bad path --- ingo/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') && -- 2.11.0