login fix

svn path=/trunk/boinc/; revision=969
This commit is contained in:
David Anderson 2003-02-25 18:40:21 +00:00
parent d13404887c
commit f7ee9c58b7
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
}
$_SESSION["authenticator"] = $user->authenticator;
$next_url = $HTTP_POST_VARS["next_url"];
if (strlen($next_url) == 0) $next_url = "home.php";
Header("Location: $next_url");
}
?>