summaryrefslogtreecommitdiff
path: root/docs/cgi-examples/test-cgi
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cgi-examples/test-cgi')
-rw-r--r--docs/cgi-examples/test-cgi10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/cgi-examples/test-cgi b/docs/cgi-examples/test-cgi
index e27f8575..d92e0ecc 100644
--- a/docs/cgi-examples/test-cgi
+++ b/docs/cgi-examples/test-cgi
@@ -1,4 +1,12 @@
-#!/bin/sh
+#
+
+# To permit this cgi, replace # on the first line above with the
+# appropriate #!/path/to/sh shebang, and set this script executable
+# with chmod 755.
+#
+# Note that it is subject to cross site scripting attacks on MS IE
+# and any other browser which fails to honor RFC2616, so never use
+# it in a live server environment, it is provided only for testing.
# disable filename globbing
set -f