Fix bad path
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 25 Jun 2009 06:59:03 +0000 (00:59 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 25 Jun 2009 18:26:46 +0000 (12:26 -0600)
ingo/index.php

index 02fcfca..111dce3 100644 (file)
@@ -10,7 +10,7 @@
  * @author Mike Cochrane <mike@graftonhall.co.nz>
  */
 
-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') &&