# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |