Added XSS prevention

pull/1/head
root 16 years ago
parent 790f59fa1a
commit d9951a9ddd

@ -66,7 +66,7 @@
$row = mysql_fetch_assoc($res);
$_REQUEST['userid'] = $row['id'];
} else {
printf(_("No users found matching %s"), $email);
printf(_("No users found matching %s"), sanitizeHTML($email));
}
}

Loading…
Cancel
Save