diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-11 12:59:29 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-11 12:59:29 +0800 |
commit | de2f32b0f9ffa5eed2e1134ca9fff2d0f3989118 (patch) | |
tree | cfc1321f1d25f2391bb3b6ba3ccfc549cda8dbca | |
parent | 1f7c93cb7183b87876f7643a2c1170887942feaa (diff) | |
download | www-de2f32b0f9ffa5eed2e1134ca9fff2d0f3989118.tar.gz |
test.cgi: text/plain
-rwxr-xr-x | test.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cgi b/test.cgi index ed17283..e100958 100755 --- a/test.cgi +++ b/test.cgi @@ -1,5 +1,5 @@ #!/bin/sh -printf 'Content-Type: text/html\r\n' +printf 'Content-Type: text/plain\r\n' printf '\r\n' env |