Upgrade to kiln 0.2
This commit is contained in:
13
static/cgi-bin/debug
Executable file
13
static/cgi-bin/debug
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$QUERY_STRING" = "" ]; then
|
||||
echo -ne "10 Enter a query string\r\n"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo -ne "20 text/plain\r\n"
|
||||
echo -ne "SCRIPT_NAME: $SCRIPT_NAME\r\n"
|
||||
echo -ne "PATH_INFO: $PATH_INFO\r\n"
|
||||
echo -ne "QUERY_STRING: $QUERY_STRING\r\n"
|
||||
|
||||
|
Reference in New Issue
Block a user