safety
This commit is contained in:
parent
5763b77e2b
commit
186ea55348
@ -126,7 +126,7 @@ class UserPage extends Extension {
|
|||||||
$a["name"] = '%' . $_GET['username'] . '%';
|
$a["name"] = '%' . $_GET['username'] . '%';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(@$_GET['email']) {
|
if($user->can('delete_user') && @$_GET['email']) {
|
||||||
$q .= " AND SCORE_STRNORM(name) LIKE SCORE_STRNORM(:email)";
|
$q .= " AND SCORE_STRNORM(name) LIKE SCORE_STRNORM(:email)";
|
||||||
$a["email"] = '%' . $_GET['email'] . '%';
|
$a["email"] = '%' . $_GET['email'] . '%';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user