From d1e5337c72a358acd94f5e5aa53f96ce05abd6c5 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 13 Feb 2013 00:14:01 -0800 Subject: recursion and typo in rmagic with zid --- mod/post.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/post.php') diff --git a/mod/post.php b/mod/post.php index b59600bff..6fcdcb54e 100644 --- a/mod/post.php +++ b/mod/post.php @@ -111,7 +111,8 @@ function post_init(&$a) { logger('mod_zot: auth success from ' . $x[0]['xchan_addr'] . ' for ' . $webbie); } - + if(strstr($desturl,z_root() . '/rmagic')) + goaway(z_root()); goaway($desturl); } -- cgit v1.2.3