✨ 🔧 Update npm + login page
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user