mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 11:04:18 +02:00
Experimental "code" data format added to adminUI. PHP Notice removal.
This commit is contained in:
@@ -4181,6 +4181,11 @@ TMPL;
|
||||
echo "<h3>User-input ≫ toDb(\$text, true, false, 'no_html')</h3>";
|
||||
print_a($dbText2);
|
||||
|
||||
echo "<div class='alert alert-warning'>";
|
||||
$dbText3 = $tp->toDB($text, false, false, 'pReFs');
|
||||
echo "<h3>User-input ≫ toDb(\$text, false, false, 'pReFs')</h3>";
|
||||
print_a($dbText3);
|
||||
|
||||
// toClean
|
||||
$filter3 = $tp->filter($text, 'wds');
|
||||
echo "<h3>User-input ≫ filter(\$text, 'wds')</h3>";
|
||||
|
Reference in New Issue
Block a user