Vergleich member.php - 1.8.1 - 1.8.3
Zeile 244 | Zeile 244 |
---|---|
// If we have a security question, check to see if answer is correct |
// If we have a security question, check to see if answer is correct |
$question_id = $mybb->get_input('question_id'); | $question_id = $db->escape_string($mybb->get_input('question_id')); |
$answer = $db->escape_string($mybb->get_input('answer')); | $answer = $db->escape_string($mybb->get_input('answer')); |