From 9179c8d3f695ce744542192063534df876444267 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Thu, 1 Mar 2007 18:41:23 +0100 Subject: [PATCH] test: The CGI script showing POST DATA sent to it. TODO: Combine print-post.sh and print-vars.sh into one script. --- test/cgi/print-post.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 test/cgi/print-post.sh diff --git a/test/cgi/print-post.sh b/test/cgi/print-post.sh new file mode 100755 index 00000000..ddc05c60 --- /dev/null +++ b/test/cgi/print-post.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +echo "Content-Type: text/plain" +echo +echo "POST DATA:" +cat -