Vergleich admin/modules/config/mycode.php - 1.6.5 - 1.6.10
Zeile 6 | Zeile 6 |
---|---|
* Website: http://mybb.com |
* Website: http://mybb.com |
* $Id: mycode.php 5297 2010-12-28 22:01:14Z Tomm $ | * $Id$ |
*/ | */ |
Zeile 431 | Zeile 431 |
{ |
{ |
$array['html'] = htmlspecialchars($array['actual']); | $array['html'] = htmlspecialchars_uni($array['actual']); |
return $array; | return $array; |