Vergleich admin/modules/config/mycode.php - 1.6.0 - 1.6.10
Zeile 6 | Zeile 6 |
---|---|
* Website: http://mybb.com |
* Website: http://mybb.com |
* $Id: mycode.php 5016 2010-06-12 00:24:02Z RyanGordon $ | * $Id$ |
*/ | */ |
Zeile 431 | Zeile 431 |
{ |
{ |
$array['html'] = htmlspecialchars($array['actual']); | $array['html'] = htmlspecialchars_uni($array['actual']); |
return $array; | return $array; |