mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
Meta admin page now uses Admin-ui. Additional custom tag areas added.
This commit is contained in:
@@ -1446,7 +1446,7 @@ class system_tools
|
||||
|
||||
foreach($spref as $key => $val)
|
||||
{
|
||||
$ptext = (is_array($val)) ? "<pre>".print_r($val, TRUE)."</pre>" : htmlspecialchars($val, ENT_QUOTES, 'utf-8');
|
||||
$ptext = (is_array($val)) ? "<pre>".htmlentities(print_r($val, TRUE))."</pre>" : htmlspecialchars($val, ENT_QUOTES, 'utf-8');
|
||||
$ptext = $tp->textclean($ptext, 80);
|
||||
|
||||
$text .= "
|
||||
|
Reference in New Issue
Block a user