Project

General

Profile

Bug #20058 ยป class.tx_felogin_pi1.php-redir-logout.diff

Administrator Admin, 2009-02-19 23:30

View differences:

class.tx_felogin_pi1.php 2009-02-19 23:25:46.000000000 +0100
}
break;
}
} elseif ( $GLOBALS['TSFE']->loginUser and $this->logintype == '') { # logged in, no logintype - displays logout form
switch ($redirMethod) {
case 'logout':
if ($this->conf['redirectPageLogout']) {
$redirect_url = $this->pi_getPageLink(intval($this->conf['redirectPageLogout']), array(), true);
}
break;
}
} else { // not logged in
// Placeholder for maybe future options
switch ($redirMethod) {
    (1-1/1)