File Manager

Current Path : /usr/share/postfixadmin/lib/smarty/libs/plugins/
Upload File :
Current File : //usr/share/postfixadmin/lib/smarty/libs/plugins/variablefilter.htmlspecialchars.php

<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFilter
 */
/**
 * Smarty htmlspecialchars variablefilter plugin
 *
 * @param string                    $source input string
 * @param \Smarty_Internal_Template $template
 *
 * @return string filtered output
 */
function smarty_variablefilter_htmlspecialchars($source, Smarty_Internal_Template $template)
{
    return htmlspecialchars($source, ENT_QUOTES, Smarty::$_CHARSET);
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com