Project

General

Profile

Bug #21456 ยป 12467.diff

Administrator Admin, 2009-11-04 20:47

View differences:

typo3/view_help.php (Arbeitskopie)
// Setting GPvars:
$this->tfID = t3lib_div::_GP('tfID');
// Sanitizes the tfID using whitelisting.
if (!preg_match('/^[a-zA-Z0-9_\-\.]*$/', $this->tfID)) {
if (!preg_match('/^[a-zA-Z0-9_\-\.\*]*$/', $this->tfID)) {
$this->tfID = '';
}
if (!$this->tfID) {
    (1-1/1)