Change the path for the ISSO kernel
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 23 Apr 2006 20:22:36 +0000 (20:22 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 23 Apr 2006 20:22:36 +0000 (20:22 +0000)
includes/init.php

index 08d4b00dff291d5aaf59d56193929f5170acfb24..fb3622b5fa8ee751c5be4a95faec29e2d81d7357 100644 (file)
@@ -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());