X-Git-Url: http://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=cgilite.sh;h=0edb5bca75b8d29c76070100e5fbbf1df69e8796;hp=c00f9e7cd930674b052e3af1d49b1ebc68562cb7;hb=bb05c0eeb7588817ce44cc1fc6292932b9c10d2c;hpb=498d677f03d075567beeba90707d5b9c3b5a61fc diff --git a/cgilite.sh b/cgilite.sh index c00f9e7..0edb5bc 100755 --- a/cgilite.sh +++ b/cgilite.sh @@ -111,6 +111,6 @@ SET_COOKIE(){ } REDIRECT(){ - printf 'Location: %s\r\n\r\n' "$*" + printf '%s 303 See Other\r\nLocation: %s\r\n\r\n' "$SERVER_PROTOCOL" "$*" exit 0 }