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

uwuzu v1.4.1 Funium

This commit is contained in:
Daichimarukana
2024-08-18 21:30:45 +09:00
parent ac2e6fe57c
commit da06d2bd38
6 changed files with 25 additions and 4 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ if( !empty($_POST['btn_submit']) ) {
if($result->rowCount() > 0) {
$row = $result->fetch();
if(!(empty($row["encryption_ivkey"])) && (!($row["authcode"] === 16))){
if(!(empty($row["encryption_ivkey"])) && (!(mb_strlen($row["authcode"]) === 16))){
$tousercode = DecryptionUseEncrKey($row["authcode"], GenUserEnckey($row["datetime"]), $row["encryption_ivkey"]);
}else{
$tousercode = $row["authcode"];