X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=http.php;h=b183275e1ef12b97823eed07b8d1c15275dc4267;hb=74fac1cb550d6a337c67cabdcfae4ad26e34f422;hp=437ec74e013d5db8cbe307deefac89702ddb5459;hpb=22d5fb7ab7d4ee86bd59e194387dca268bd577a1;p=wfpl.git diff --git a/http.php b/http.php index 437ec74..b183275 100644 --- a/http.php +++ b/http.php @@ -48,7 +48,7 @@ function this_url() { } function redirect($url, $status = '302 Moved Temporarily', $message = '') { - header("HTTP/1.1 $status"); + header("HTTP/1.0 $status"); header("Location: $url"); echo($message); exit();