mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:18:40 +00:00
fix: 8314eb6760
This commit is contained in:
parent
10b3f62f71
commit
04e6853222
@ -125,6 +125,7 @@ class Auth {
|
||||
}
|
||||
|
||||
$_SESSION['username'] = $myUser['username'];
|
||||
$_SESSION['remember_token'] = $myUser['remember_token'];
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user