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

Comparing web/cgi-bin/docs.cgi (file contents):
Revision 1.9 by tdb, Wed Mar 24 20:57:27 2004 UTC vs.
Revision 1.12 by tdb, Thu Mar 25 22:48:47 2004 UTC

# Line 6 | Line 6 | use CGI;
6   $| = 1;
7  
8   # Settings
9 < my ($incdir) = "../nwww";
9 > my ($incdir) = "../htdocs";
10  
11   # Include files
12   my ($doctype) = "$incdir/doctype.inc";
13   my ($style) = "$incdir/style.inc";
14   my ($header) = "$incdir/header.inc";
15   my ($footer) = "$incdir/footer.inc";
16 < my ($menu) = "$incdir/menu.inc" ;
16 > my ($menu) = "$incdir/menu-static.inc" ;
17  
18   my ($query) = new CGI;
19  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines