From 9990c254e9cb0ce9bad8ff3139dac270512439c0 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 23 Apr 2006 20:22:36 +0000 Subject: [PATCH] Change the path for the ISSO kernel --- includes/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.22.5