Import civetweb ans jsoncpp
This commit is contained in:
8
3P/civetweb/test/ajax/echo.cgi
Normal file
8
3P/civetweb/test/ajax/echo.cgi
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Content-Type: text/plain; charset=utf-8"
|
||||
echo "Connection: close"
|
||||
echo "Cache-Control: no-cache"
|
||||
echo ""
|
||||
|
||||
echo "{}"
|
||||
Reference in New Issue
Block a user