diff options
Diffstat (limited to 'www/neowebscript/files/patch-docs')
-rw-r--r-- | www/neowebscript/files/patch-docs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/neowebscript/files/patch-docs b/www/neowebscript/files/patch-docs new file mode 100644 index 000000000000..d08c049f7897 --- /dev/null +++ b/www/neowebscript/files/patch-docs @@ -0,0 +1,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>" + } |