From: Tim Bishop <tim@bishnet.net>
Date: Sun, 11 May 2003 20:03:36 +0000 (+0000)
Subject: Update for new webserver.
X-Git-Url: http://git.i-scream.org/?a=commitdiff_plain;h=7b4bd61dc61ca4fe23bd2ca766526a869a36202b;p=www.i-scream.org.git

Update for new webserver.
---

diff --git a/cgi-bin/cvslog.cgi b/cgi-bin/cvslog.cgi
index c9c2bc7..ac30166 100755
--- a/cgi-bin/cvslog.cgi
+++ b/cgi-bin/cvslog.cgi
@@ -49,9 +49,9 @@ my($cvs2clargs) = "--stdout --no-wrap -r -t -w -S -U $cvsroot/CVSROOT/users -l \
 my($updatecmd) = "/home/sites/www.i-scream.org.uk/bin/fullcvsupdate.sh $modulelist";
 my($logcmd) = "cd /home/sites/www.i-scream.org.uk/cvsscripttemp && $cvs2clpath $cvs2clargs";
 
-my ($left) = "../left.inc" ;
-my ($title) = "../title.inc";
-my ($bottom) = "../bottom.inc";
+my ($left) = "../htdocs/left.inc" ;
+my ($title) = "../htdocs/title.inc";
+my ($bottom) = "../htdocs/bottom.inc";
 
 print "Content-type: text/html\n\n";