X-Git-Url: http://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=cgilite.sh;h=e009a2fed49748e4a9fd9905861643818f766c0c;hp=cbfa72466e1b1217988493e02e12238245e4fa69;hb=1a1d111199b770c092e1b16a7e03568d3d911b79;hpb=280bf2c08da810bc4b31bff91ad77a366e749e2a diff --git a/cgilite.sh b/cgilite.sh index cbfa724..e009a2f 100755 --- a/cgilite.sh +++ b/cgilite.sh @@ -126,6 +126,6 @@ SET_COOKIE(){ } REDIRECT(){ - printf '%s 303 See Other\r\nLocation: %s\r\n\r\n' "$SERVER_PROTOCOL" "$*" + printf 'Status: 303 See Other\r\nLocation: %s\r\n\r\n' "$*" exit 0 }