Bug #20835 ยป 11649.diff
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);
|
||
}
|
||
... | ... | |
}
|
||
}
|
||
?>
|
||
?>
|