mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Fix outdated comment on security key
This commit is contained in:
parent
4ffecbb7ee
commit
0399a50965
1 changed files with 1 additions and 1 deletions
|
|
@ -1723,7 +1723,7 @@ class memberController extends member
|
||||||
$output->data = array_first($output->data);
|
$output->data = array_first($output->data);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hash the security key, but allow raw keys for a limited time.
|
// Hash the security key.
|
||||||
$valid_security_keys = array(base64_encode(hash_hmac('sha256', $security_key, $autologin_key, true)));
|
$valid_security_keys = array(base64_encode(hash_hmac('sha256', $security_key, $autologin_key, true)));
|
||||||
|
|
||||||
// Check the security key.
|
// Check the security key.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue