Project

General

Profile

Feature #22384 » 14011.diff

Administrator Admin, 2010-04-06 19:23

View differences:

typo3/index.php (Arbeitskopie)
break;
}
if (($redirectToURL = (string)$BE_USER->getTSConfigVal('auth.BE.redirectToURL.' . $this->GPinterface))) {
$this->redirectToURL = $redirectToURL;
}
// If there is a redirect URL AND if loginRefresh is not set...
if (!$this->loginRefresh) {
t3lib_utility_Http::redirect($this->redirectToURL);
(1-1/2)