mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -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:
parent
eef7924ff1
commit
9179c8d3f6
6
test/cgi/print-post.sh
Executable file
6
test/cgi/print-post.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "Content-Type: text/plain"
|
||||||
|
echo
|
||||||
|
echo "POST DATA:"
|
||||||
|
cat -
|
Loading…
Reference in New Issue
Block a user