page delegation

This commit is contained in:
friendica 2012-01-26 20:08:02 -08:00
commit 068cb53a9e
4 changed files with 205 additions and 3 deletions

View file

@ -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;