From 906af8588c415092c3071c712a567c9d38a095a5 Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Thu, 25 Mar 2004 22:51:20 +0000 Subject: [PATCH] Docs are now under cms tree. --- cgi-bin/docs.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =~ /\/([^\/]+)$/; -- 2.44.0