Project

General

Profile

Feature #22384 » typo3-22384.diff

Sybille Peters, 2012-08-15 15:11

View differences:

typo3_src-4.5.19+tmp//typo3/index.php 2012-08-15 15:07:17.000000000 +0200
$this->redirectToURL = 'index.php?commandLI=setCookie';
}
}
if (($redirectToURL = (string)$BE_USER->getTSConfigVal('auth.BE.redirectToURL'))) {
if (($redirectToURL = (string)$BE_USER->getTSConfigVal('auth.BE.redirectToURL.' . $this->GPinterface))) {
$this->redirectToURL = $redirectToURL;
$this->GPinterface = '';
} else if (($redirectToURL = (string)$BE_USER->getTSConfigVal('auth.BE.redirectToURL'))) {
$this->redirectToURL = $redirectToURL;
$this->GPinterface = '';
}
(2-2/2)