Training
Consulting
Tools
xref
: /
civetweb-2.7.6
/
test
/
hello.cgi
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
echo
"Content-Type:
text
/
plain
"
4
echo
5
6
echo
"Query string:"
7
echo
$QUERY_STRING
8