Files
nextcloud-server-mirror/lib
Louis Chemineau fe56b3ccc2 fix: Report duplicated extra files in integrity check
The `array_diff` is not comparing the array keys. This means that an extra key with an expected hash will not be reported. Using `array_diff_assoc` will report such files.

For example, copying `status.php` to `status 2.php`, will only be reported with the new version.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-02-26 13:26:38 +00:00
..
2025-02-21 09:30:10 +00:00
2025-01-14 10:38:15 -01:00
2024-11-08 12:59:12 +01:00