Project

General

Profile

Bug #21488 ยป 12499_follow-up.diff

Administrator Admin, 2009-11-07 19:28

View differences:

t3lib/class.t3lib_userauth.php (Arbeitskopie)
}
}
// If any redirection (inclusion of file) then it will happen in this function
$this->redirect();
// Set all posible headers that could ensure that the script is not cached on the client-side
if ($this->sendNoCacheHeaders) {
......
* @ignore
*/
function redirect() {
t3lib_div::logDeprecatedFunction();
if (!$this->userid && $this->auth_url) { // if no userid AND an include-document for login is given
t3lib_div::deprecationLog('Redirection after login via PHP include is deprecated.');
include ($this->auth_include);
exit;
}
    (1-1/1)