aboutsummaryrefslogtreecommitdiffstats
path: root/mod/post.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-13 00:14:01 -0800
committerfriendica <info@friendica.com>2013-02-13 00:14:01 -0800
commitd1e5337c72a358acd94f5e5aa53f96ce05abd6c5 (patch)
tree5fb332591fd14df7a9953c5dfa80c034574b9bfd /mod/post.php
parent02c636ed23ffde0b6423c2676cacc7ed88dc45de (diff)
downloadvolse-hubzilla-d1e5337c72a358acd94f5e5aa53f96ce05abd6c5.tar.gz
volse-hubzilla-d1e5337c72a358acd94f5e5aa53f96ce05abd6c5.tar.bz2
volse-hubzilla-d1e5337c72a358acd94f5e5aa53f96ce05abd6c5.zip
recursion and typo in rmagic with zid
Diffstat (limited to 'mod/post.php')
-rw-r--r--mod/post.php3
1 files changed, 2 insertions, 1 deletions
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);
}