From eefd8f8c55df194be87ac9c977eae4162e5a1d10 Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Sun, 18 Jul 2004 16:44:15 +0000 Subject: [PATCH] add a url back to the main index page, remove unused URL treepages. git-svn-id: svn://10.0.0.236/trunk@159425 18797224-902f-48f8-a5cc-f745e15eee43 --- .../webtools/tinderbox2/src/default_conf/FileStructure.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/tinderbox2/src/default_conf/FileStructure.pm b/mozilla/webtools/tinderbox2/src/default_conf/FileStructure.pm index 47693b08e46..12d0a0c5d35 100644 --- a/mozilla/webtools/tinderbox2/src/default_conf/FileStructure.pm +++ b/mozilla/webtools/tinderbox2/src/default_conf/FileStructure.pm @@ -6,8 +6,8 @@ # partitions and this will require making directory structure in # get_filename() less regular then we have defined it here. -# $Revision: 1.10 $ -# $Date: 2003-08-17 02:13:17 $ +# $Revision: 1.11 $ +# $Date: 2004-07-18 16:44:15 $ # $Author: kestes%walrus.com $ # $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/FileStructure.pm,v $ # $Name: not supported by cvs2svn $ @@ -74,7 +74,7 @@ $URL_HTML = ($TinderConfig::URL_HTML || 'gunzip' => "$URL_BIN/gunzip.cgi", - 'treepages' => "$URL_HTML", + 'indexpage' => "$URL_HTML/index.html", 'regenerate' => "$URL_BIN/regenerate.cgi",