Remove include/Contact.php
- Remove all mentions to include/Contact.php
This commit is contained in:
parent
ec02af593d
commit
5ee728972e
31 changed files with 0 additions and 938 deletions
|
@ -29,7 +29,6 @@ function removeme_post(App $a) {
|
|||
$encrypted = hash('whirlpool',trim($_POST['qxz_password']));
|
||||
|
||||
if ((strlen($a->user['password'])) && ($encrypted === $a->user['password'])) {
|
||||
require_once('include/Contact.php');
|
||||
User::remove($a->user['uid']);
|
||||
// NOTREACHED
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue