summaryrefslogblamecommitdiff
path: root/www/neowebscript/files/patch-docs
blob: d08c049f789737e37ca587c67955915766ab8a0f (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                              
--- ../htdocs/index.nhtml	Tue Jul 25 00:12:50 2000
+++ ../htdocs/index.nhtml	Mon Sep  3 13:04:23 2001
@@ -36,4 +36,4 @@
 
-if {[file exists manual]} {
-    html "Local Apache <a href=manual/>Documentation</a><p>"
+if {[file isdirectory $webenv(DOCUMENT_ROOT)/manual]} {
+    html "Local Apache <a href=/manual/>Documentation</a><p>"
 }