From 3e56cbfa18bdfd33bdf1a295991be3021a29af9a Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Fri, 22 May 2026 04:11:48 -0700 Subject: [PATCH] allow source inspection of cgi script --- src/cgi/smithy.cgi | 3 --- 1 file changed, 3 deletions(-) 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' "$0"
-    echo "
" exit 0 fi