开发者ID:ecs-hk,项目名称:Checkbook,代码行数:11,代码来源:RequestUtil.php 示例4: filter_xss ▲点赞 2▼ publicstaticfunctionfilter_xss($string, $allowedtags ='', $disabledattributes = array('onabort','onactivate','onafterprint','onafterupdate','onbeforeactivate','onbeforecopy','onbeforecut',...
示例1 functionfilter_xss($formatter,$value,$params){include_once dirname(__FILE__).'/../../lib/xss.php';return_xss_filter($value);} 示例2 functionword_repl($word,$text='',$attr='',$nogroup=0,$islink=1){require_once dirname(__FILE__).'/lib/xss.php';global$DBInfo;$nonexists...
FALSE:TRUE;if($variables['hide_site_name']) {// If toggle_name is FALSE, the site_name will be empty, so we rebuild it.$variables['site_name'] =filter_xss_admin(variable_get('site_name','Drupal')); }if($variables['hide_site_slogan']) {// If toggle_site_slogan is FALSE, the...