]> i-scream Git - www.i-scream.org.git/commitdiff
Update for new webserver.
authorTim Bishop <tim@bishnet.net>
Sun, 11 May 2003 20:03:36 +0000 (20:03 +0000)
committerTim Bishop <tim@bishnet.net>
Sun, 11 May 2003 20:03:36 +0000 (20:03 +0000)
cgi-bin/cvslog.cgi

index c9c2bc70ef5bc55351c4215fb022720ec4cc9fbc..ac30166221e26b2ae2c013352091006bab67a6c9 100755 (executable)
@@ -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";