Files
zurawik.pl/core/plugins/Smarty/modifier.saveInput.php
2026-05-15 18:33:51 +02:00

6 lines
119 B
PHP

<?php
function smarty_modifier_saveinput($string, $type = 'input') {
return Utils::SaveInput($string, $type);
}
?>