forked from GNUsocial/gnu-social
Merge branch 'master' into 0.7.x
This commit is contained in:
commit
88bcef127f
@ -850,7 +850,7 @@ function common_redirect($url, $code=307)
|
|||||||
303 => "See Other",
|
303 => "See Other",
|
||||||
307 => "Temporary Redirect");
|
307 => "Temporary Redirect");
|
||||||
|
|
||||||
header("Status: ${code} $status[$code]");
|
header('HTTP/1.1 '.$code.' '.$status[$code]);
|
||||||
header("Location: $url");
|
header("Location: $url");
|
||||||
|
|
||||||
$xo = new XMLOutputter();
|
$xo = new XMLOutputter();
|
||||||
|
Loading…
Reference in New Issue
Block a user