mirror of https://github.com/BOINC/boinc.git
parent
d13404887c
commit
f7ee9c58b7
|
@ -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");
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue