Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the calls to realpath in FileIntegrity checks (#22723)
* Remove the calls to realpath when collecting paths for display to the user. Calling realpath on a symlink that was found in the tree, for example, causes Matomo to suggest to the user deleting the target of the symlink. At best this would be a nuisance, and at worst it could be catastrophic (if the user kept a symlink to files outside of Matomo's directory, for example). Fixes #16551. * Apply suggestions from code review Incorporate @caddoo's suggested changes Co-authored-by: caddoo <[email protected]> * Fix style violations. * Another whitespace style fix. --------- Co-authored-by: caddoo <[email protected]>
- Loading branch information