From e9029d80bab1cca2643e03cde030390586b21d8c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 22 Jan 2006 23:27:43 +0000 Subject: [PATCH] Path types no more! --- includes/config.php.new | 9 --------- includes/init.php | 2 -- 2 files changed, 11 deletions(-) diff --git a/includes/config.php.new b/includes/config.php.new index 1acd277..574b7b7 100644 --- a/includes/config.php.new +++ b/includes/config.php.new @@ -59,15 +59,6 @@ $conf['paths']['svn'] = '/usr/local/bin/svn'; // Choose which directory to use in templates/ as the template set. $conf['paths']['templateset'] = 'default'; -// ################################################################### -// ///////////////////////// PATH SYSTEM -// ------------------------------------------------------------------- -// ViewSVN has two ways in which the current location is passed in the -// URL bar. Type 1 is the simple one: blame.php?path=/repos/somedir -// you should only need to use this if the second one fails. The more -// advanced (and default) type 2 uses blame.php/repos/somedir/. -$conf['other']['pathtype'] = 2; - // ################################################################### // ///////////////////////// DATABASE SERVER // ------------------------------------------------------------------- diff --git a/includes/init.php b/includes/init.php index f4043cc..646be17 100644 --- a/includes/init.php +++ b/includes/init.php @@ -83,8 +83,6 @@ $viewsvn->repos =& new Repository($conf['repository']['path'], $conf['repository // ################################################################### // path manager require_once('./includes/paths.php'); -$viewsvn->path = $conf['paths']['web']; -$viewsvn->paths =& new Paths($conf['other']['pathtype']); /*=====================================================================*\ || ################################################################### -- 2.22.5