Project

General

Profile

Bug #20835 ยป 11649.diff

Administrator Admin, 2009-12-07 11:17

View differences:

typo3/contrib/RemoveXSS/RemoveXSS.php (working copy)
* @return string Input string with potential XSS code removed
* @deprecated since TYPO3 4.3, use static call RemoveXSS::process() instead
*/
public function RemoveXSS($val, $replaceString = '<x>') {
public function RemoveXSS($val, $replaceString = 'rmxss') {
return self::process($val, $replaceString);
}
......
}
}
?>
?>
    (1-1/1)