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