MD5 -> MD4
This commit is contained in:
parent
612adb5a17
commit
bf3b425c8d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class AntCache
|
|||
if (in_array('xxh128', hash_algos())) {
|
||||
return hash('xxh128', $content . $salt);
|
||||
} else {
|
||||
return hash('md5', $content . $salt);
|
||||
return hash('md4', $content . $salt);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue