Vergleich polls.php - 1.8.7 - 1.8.10
Zeile 24 | Zeile 24 |
---|---|
|
|
$mybb->user['username'] = htmlspecialchars_uni($mybb->user['username']); | |
eval("\$loginbox = \"".$templates->get("changeuserbox")."\";"); | eval("\$loginbox = \"".$templates->get("changeuserbox")."\";"); |
Zeile 804 | Zeile 805 |
} |
} |
$voters[$voter['voteoption']][$voter['uid']] = $voter['username']; | $voters[$voter['voteoption']][$voter['uid']] = htmlspecialchars_uni($voter['username']); |
} | } |