From: Mike Cochrane Date: Thu, 10 Jul 2008 05:57:26 +0000 (-0400) Subject: Stop after a redirect. Fixed remote subscription for me. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e6d74660c3ee70b87e2afd9e17bd2adaff8fb61b;p=quix0rs-gnu-social.git Stop after a redirect. Fixed remote subscription for me. darcs-hash:20080710055726-533db-4b96201b090970f390d62b305256a786a1a96d44.gz --- diff --git a/lib/util.php b/lib/util.php index db437924fc..c1fc8c7810 100644 --- a/lib/util.php +++ b/lib/util.php @@ -862,6 +862,7 @@ function common_redirect($url, $code=307) { 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'); common_element('a', array('href' => $url), $url); common_end_xml(); + exit; } function common_save_replies($notice) {