This commit is contained in:
sc0Vu 2018-01-24 12:38:35 +08:00
parent e130d45068
commit 63fea73d4c

View File

@ -175,8 +175,8 @@ class Utils
(intval($hash[$i], 16) > 7 && mb_strtoupper($value[$i]) !== $value[$i]) ||
(intval($hash[$i], 16) <= 7 && mb_strtolower($value[$i]) !== $value[$i])
) {
return false;
}
return false;
}
}
return true;
}