Return after setting account expired

This commit is contained in:
sullrich 2009-11-27 17:54:56 -05:00
parent 7dd044f257
commit f1a1997f45

View File

@ -859,6 +859,7 @@ function session_auth($backing) {
if($acct_expires) {
if (strtotime("-1 day") > strtotime(date("m/d/Y",strtotime($acct_expires)))) {
log_error("Account is now expired.");
return;
}
} else {
$_SESSION['Logged_In'] = "True";