This website requires JavaScript.
Explore
Help
Register
Sign In
c
/
civetweb
Watch
1
Star
0
Fork
0
You've already forked civetweb
mirror of
https://github.com/civetweb/civetweb
synced
2025-03-28 21:13:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
civetweb
/
test
/
hello.cgi
8 lines
89 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Initial import - converting from Subversion.
2010-05-03 21:46:42 +01:00
#!/bin/sh
echo "Content-Type: text/plain"
echo
Code should be C89/C90 compliant, and add some CGI tests
2017-09-15 23:23:28 +02:00
echo "Query string:"
Initial import - converting from Subversion.
2010-05-03 21:46:42 +01:00
echo $QUERY_STRING
Reference in New Issue
Copy Permalink