Bug #19975 ยป bug_10364.diff
typo3/sysext/cms/tslib/class.tslib_fe.php (Arbeitskopie) | ||
---|---|---|
exit;
|
||
} else die('jumpurl Secure: "'.$this->jumpurl.'" was not a valid file!');
|
||
} else die('jumpurl Secure: locationData, '.$locationData.', was not accessible.');
|
||
} else die('jumpurl Secure: Calculated juHash, '.$calcJuHash.', did not match the submitted juHash.');
|
||
} else die('jumpurl Secure: Calculated juHash did not match the submitted juHash.');
|
||
} else {
|
||
$TSConf = $this->getPagesTSconfig();
|
||
if ($TSConf['TSFE.']['jumpUrl_transferSession']) {
|