ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/cgi-bin/cvslog.cgi
(Generate patch)

Comparing web/cgi-bin/cvslog.cgi (file contents):
Revision 1.32 by tdb, Wed Mar 24 21:08:09 2004 UTC vs.
Revision 1.35 by tdb, Thu Mar 25 22:48:47 2004 UTC

# Line 48 | Line 48 | my($cvs2clargs) = "--stdout --no-wrap --no-common-dir
48   my($updatecmd) = "/home/iscream/bin/fullcvsupdate.sh $modulelist";
49   my($logcmd) = "cd /tmp/i-scream/cvstmp && $cvs2clpath $cvs2clargs";
50  
51 < my ($incdir) = "../nwww";
51 > my ($incdir) = "../htdocs";
52  
53   # Include files
54   my ($doctype) = "$incdir/doctype.inc";
55   my ($style) = "$incdir/style.inc";
56   my ($header) = "$incdir/header.inc";
57   my ($footer) = "$incdir/footer.inc";
58 < my ($menu) = "$incdir/menu.inc" ;
58 > my ($menu) = "$incdir/menu-static.inc" ;
59  
60   # Section markers
61   my ($secwho) = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines