1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu v1.4.6 Funium

This commit is contained in:
Daichimarukana
2024-11-06 22:21:58 +09:00
parent 88c38b99d9
commit 84984e7043
28 changed files with 226 additions and 255 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ if( !empty($_POST['btn_submit']) ) {
$backuplogin = false;
}
if($backuplogin === true || password_verify($userbackupcode,$row["backupcode"])){
if($backuplogin === true || uwuzu_password_verify($userbackupcode,$row["backupcode"])){
$pdo->beginTransaction();
try {