From e6d74660c3ee70b87e2afd9e17bd2adaff8fb61b Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Thu, 10 Jul 2008 01:57:26 -0400 Subject: [PATCH] Stop after a redirect. Fixed remote subscription for me. darcs-hash:20080710055726-533db-4b96201b090970f390d62b305256a786a1a96d44.gz --- lib/util.php | 1 + 1 file changed, 1 insertion(+) 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) {