Вход Регистрация
Файл: app/lib/smarty/plugins/modifier.esc.php
Строк: 4
<?php

function smarty_modifier_esc($text) {
    
$text htmlspecialchars_decode(htmlspecialchars_decode($text));
    return 
$text;
}

?>
Онлайн: 2
Реклама