diff options
author | friendica <info@friendica.com> | 2012-01-26 20:08:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-26 20:08:02 -0800 |
commit | 068cb53a9ea44cf276c6b0e39ef92182b883d5fa (patch) | |
tree | 83a4dba7b831f74fb6e94e144dc2d794572750a1 /mod/removeme.php | |
parent | 167ab537b51cf76016e89c705aca812968cb6b82 (diff) | |
download | volse-hubzilla-068cb53a9ea44cf276c6b0e39ef92182b883d5fa.tar.gz volse-hubzilla-068cb53a9ea44cf276c6b0e39ef92182b883d5fa.tar.bz2 volse-hubzilla-068cb53a9ea44cf276c6b0e39ef92182b883d5fa.zip |
page delegation
Diffstat (limited to 'mod/removeme.php')
-rwxr-xr-x | mod/removeme.php | 3 |
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; |