Vergleich admin/modules/config/mycode.php - 1.6.3 - 1.6.10
Zeile 6 | Zeile 6 |
---|---|
* Website: http://mybb.com |
* Website: http://mybb.com |
* $Id: mycode.php 5380 2011-02-21 12:04:43Z Tomm $ | * $Id$ |
*/ | */ |
Zeile 431 | Zeile 431 |
{ |
{ |
$array['html'] = htmlspecialchars($array['actual']); | $array['html'] = htmlspecialchars_uni($array['actual']); |
return $array; | return $array; |