Upgrade to kiln 0.2

This commit is contained in:
2022-01-03 15:56:24 +00:00
parent f6a2f62c92
commit 04ef9421b8
49 changed files with 100 additions and 35 deletions

13
static/cgi-bin/debug Executable file
View 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"