forked from GNUsocial/gnu-social
Merge commit 'refs/merge-requests/166' of git://gitorious.org/statusnet/mainline into merge-requests/166
This commit is contained in:
commit
12588b1cf7
@ -1459,6 +1459,7 @@ function common_redirect($url, $code=307)
|
|||||||
|
|
||||||
header('HTTP/1.1 '.$code.' '.$status[$code]);
|
header('HTTP/1.1 '.$code.' '.$status[$code]);
|
||||||
header("Location: $url");
|
header("Location: $url");
|
||||||
|
header("Connection: close");
|
||||||
|
|
||||||
$xo = new XMLOutputter();
|
$xo = new XMLOutputter();
|
||||||
$xo->startXML('a',
|
$xo->startXML('a',
|
||||||
|
Loading…
Reference in New Issue
Block a user