diff options
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 3 |
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); } |