]> i-scream Git - www.i-scream.org.git/commitdiff
Docs are now under cms tree.
authorTim Bishop <tim@bishnet.net>
Thu, 25 Mar 2004 22:51:20 +0000 (22:51 +0000)
committerTim Bishop <tim@bishnet.net>
Thu, 25 Mar 2004 22:51:20 +0000 (22:51 +0000)
cgi-bin/docs.cgi

index 2d7703aa9b923503918a582984cff1c8f9ce69bb..91e99f009a74f9c0ac06355cd8924c3256b6e413 100755 (executable)
@@ -35,7 +35,7 @@ unless ($doc =~ /^[a-zA-Z_\-0-9\.\/]+$/) {
     print "Malformed request.";
     exit;
 }
-$doc = "../htdocs/documentation/".$doc;
+$doc = "../htdocs/cms/documentation/".$doc;
 
 my($docname) = $doc =~ /\/([^\/]+)$/;