<?php 
defined('C5_EXECUTE') or die("Access Denied.");
function h($input) {
    return Loader::helper('text')->specialchars($input);
}
