🔧 Update npm + login page

This commit is contained in:
TiclemFR
2024-01-25 14:00:48 +01:00
parent 468c2cd0e6
commit 336f2bae93
128 changed files with 3078 additions and 2368 deletions

View File

@@ -546,7 +546,7 @@ class Filesystem
{
$hash = @md5_file($firstFile);
return $hash && $hash === @md5_file($secondFile);
return $hash && hash_equals($hash, (string) @md5_file($secondFile));
}
/**