--- web/cgi-bin/cvslog.cgi 2003/03/03 15:30:59 1.23 +++ web/cgi-bin/cvslog.cgi 2003/05/11 20:03:36 1.23.2.1 @@ -49,9 +49,9 @@ my($cvs2clargs) = "--stdout --no-wrap -r -t -w -S -U $ 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";