X-Git-Url: http://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=cgilite.sh;h=6821a7a662e6cf6630af51691ae3816ca10959e4;hp=13cdb3cdc347f35ffd507a2d4fcd9c1dc6f5a2e0;hb=d480b7cb55bbd085b361398bdc4903817de1709a;hpb=6940bf78a6d2dd6080f8d7f720eb66c17d1a11db diff --git a/cgilite.sh b/cgilite.sh index 13cdb3c..6821a7a 100755 --- a/cgilite.sh +++ b/cgilite.sh @@ -200,7 +200,7 @@ SET_COOKIE(){ } REDIRECT(){ - printf '%s: %s\r\n' + printf '%s: %s\r\n' \ Status "303 See Other" \ Content-Length 0 \ Location "$*"