Added XSS prevention
This commit is contained in:
parent
790f59fa1a
commit
d9951a9ddd
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
$row = mysql_fetch_assoc($res);
|
$row = mysql_fetch_assoc($res);
|
||||||
$_REQUEST['userid'] = $row['id'];
|
$_REQUEST['userid'] = $row['id'];
|
||||||
} else {
|
} else {
|
||||||
printf(_("No users found matching %s"), $email);
|
printf(_("No users found matching %s"), sanitizeHTML($email));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue