aboutsummaryrefslogtreecommitdiffstats
path: root/mod/removeme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-26 20:08:02 -0800
committerfriendica <info@friendica.com>2012-01-26 20:08:02 -0800
commit068cb53a9ea44cf276c6b0e39ef92182b883d5fa (patch)
tree83a4dba7b831f74fb6e94e144dc2d794572750a1 /mod/removeme.php
parent167ab537b51cf76016e89c705aca812968cb6b82 (diff)
downloadvolse-hubzilla-068cb53a9ea44cf276c6b0e39ef92182b883d5fa.tar.gz
volse-hubzilla-068cb53a9ea44cf276c6b0e39ef92182b883d5fa.tar.bz2
volse-hubzilla-068cb53a9ea44cf276c6b0e39ef92182b883d5fa.zip
page delegation
Diffstat (limited to 'mod/removeme.php')
-rwxr-xr-xmod/removeme.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/removeme.php b/mod/removeme.php
index c181ee6ea..ee88bd76a 100755
--- a/mod/removeme.php
+++ b/mod/removeme.php
@@ -5,6 +5,9 @@ function removeme_post(&$a) {
if(! local_user())
return;
+ if(x($_SESSION,'submanage') && intval($_SESSION['submanage']))
+ return;
+
if((! x($_POST,'qxz_password')) || (! strlen(trim($_POST['qxz_password']))))
return;