From: Tim Bishop Date: Thu, 25 Mar 2004 22:51:20 +0000 (+0000) Subject: Docs are now under cms tree. X-Git-Url: http://git.i-scream.org/?a=commitdiff_plain;h=906af8588c415092c3071c712a567c9d38a095a5;hp=a80d0974e08bd71d162daff7947e4dd7580ab886;p=www.i-scream.org.git Docs are now under cms tree. --- diff --git a/cgi-bin/docs.cgi b/cgi-bin/docs.cgi index 2d7703a..91e99f0 100755 --- a/cgi-bin/docs.cgi +++ b/cgi-bin/docs.cgi @@ -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 =~ /\/([^\/]+)$/;