1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

test: The CGI script showing POST DATA sent to it.

TODO: Combine print-post.sh and print-vars.sh into one script.
This commit is contained in:
Witold Filipczyk 2007-03-01 18:41:23 +01:00 committed by Kalle Olavi Niemitalo
parent eef7924ff1
commit 9179c8d3f6

6
test/cgi/print-post.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
echo "Content-Type: text/plain"
echo
echo "POST DATA:"
cat -