mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu v1.4.4 Funium
This commit is contained in:
+2
-1
@@ -364,7 +364,8 @@ if( !empty($_POST['btn_submit']) ) {
|
||||
|
||||
|
||||
if( !empty($_POST['session_submit']) ) {
|
||||
$loginid = sha1(uniqid(mt_rand(), true));
|
||||
$LoginIdBytes = random_bytes(64);
|
||||
$loginid = hash('sha3-512', $LoginIdBytes);
|
||||
$pdo->beginTransaction();
|
||||
try {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user