From: Robert Sesek Date: Sun, 23 Apr 2006 20:22:36 +0000 (+0000) Subject: Change the path for the ISSO kernel X-Git-Tag: pre-node-objects~1 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=9990c254e9cb0ce9bad8ff3139dac270512439c0;p=viewsvn.git Change the path for the ISSO kernel --- diff --git a/includes/init.php b/includes/init.php index 08d4b00..fb3622b 100644 --- a/includes/init.php +++ b/includes/init.php @@ -39,7 +39,7 @@ require_once('./includes/config.php'); define('ISSO_ESCAPE_STRINGS', 1); define('ISSO_CHECK_POST_REFERER', 1); -require_once($conf['paths']['isso'] . 'kernel.php'); +require_once('./framework/kernel.php'); $viewsvn = new ISSO(); $viewsvn->set('application', 'ViewSVN'); $viewsvn->set('apppath', getcwd());