mirror of https://github.com/BOINC/boinc.git
- web: fix login bug
svn path=/trunk/boinc/; revision=22447
This commit is contained in:
parent
f300ba4a74
commit
a8425b182c
|
@ -7073,3 +7073,9 @@ David 5 Oct 2010
|
|||
|
||||
lib/
|
||||
coproc.cpp
|
||||
|
||||
David 5 Oct 2010
|
||||
- web: fix login bug
|
||||
|
||||
html/user/
|
||||
login_action.php
|
||||
|
|
|
@ -114,9 +114,7 @@ if (!$user) {
|
|||
";
|
||||
page_tail();
|
||||
} else {
|
||||
$x = URL_BASE."$next_url";
|
||||
echo $x; exit;
|
||||
Header("Location: $x");
|
||||
Header("Location: $next_url");
|
||||
$perm = $_POST['stay_logged_in'];
|
||||
send_cookie('auth', $authenticator, $perm);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue