page delegation
This commit is contained in:
parent
167ab537b5
commit
068cb53a9e
4 changed files with 205 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue