make this actually work as cgi-script

master
BodgeMaster 2022-04-06 04:08:37 +02:00
parent aff67740f8
commit dcaf1e7127
1 changed files with 2 additions and 5 deletions

View File

@ -4,10 +4,7 @@ if [ -z "$PYHP" ]; then
PYHP=""$(dirname "$0")"/pyhp.py"
fi
PYH="$1"
shift
HYPERTEXT=$("$PYHP" "$PYH" | python3 - "$@")
HYPERTEXT=$("$PYHP" "$PYH" | python3 - "$PATH_TRANSLATED")
# check for headers, if present assume the pyh file is going to handle them
if head -n1 <<< "$HYPERTEXT" | grep "[A-Za-z][A-Za-z0-9\-]*: "; then
@ -16,4 +13,4 @@ else
echo -ne "Content-type: text/html\\n\\n"
fi
echo "$HYPERTEXT"
echo "$HYPERTEXT"