Project

General

Profile

Bug #19523 » felogin.patch

Administrator Admin, 2008-10-29 17:22

View differences:

class.tx_felogin_pi1.php.2 2011-03-22 17:02:50.000000000 +0100
} elseif ($this->piVars['forgothash']) {
$content .= $this->changePassword();
} else {
if($this->userIsLoggedIn && !$this->logintype) {
if($this->userIsLoggedIn && $this->logintype != 'logout') {
$content .= $this->showLogout();
} else {
$content .= $this->showLogin();
......
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/felogin/pi1/class.tx_felogin_pi1.php']);
}
?>
?>
(1-1/3)