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.11 by tdb, Wed Mar 24 23:53:09 2004 UTC vs.
Revision 1.13 by tdb, Thu Mar 25 22:51:20 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";
# Line 35 | Line 35 | unless ($doc =~ /^[a-zA-Z_\-0-9\.\/]+$/) {
35      print "Malformed request.";
36      exit;
37   }
38 < $doc = "../htdocs/documentation/".$doc;
38 > $doc = "../htdocs/cms/documentation/".$doc;
39  
40   my($docname) = $doc =~ /\/([^\/]+)$/;
41  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines