diff --git a/src/cgi/smithy.cgi b/src/cgi/smithy.cgi index 472ceb4..c17615e 100755 --- a/src/cgi/smithy.cgi +++ b/src/cgi/smithy.cgi @@ -3,12 +3,9 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" if [[ "$QUERY_STRING" == "source" ]]; then - echo "Content-Type: text/plain" echo - echo "
"
sed 's/&/\&/g; s/\</g; s/>/\>/g' "$0"
- echo ""
exit 0
fi