this line :

if (!is_link($symlink) || realpath(readlink($symlink)) != realpath($filename)) {

should be :

if (!is_link($symlink) || realpath($symlink) != realpath($filename)) {

Comments

mikeytown2’s picture

Status: Active » Closed (duplicate)

This issue removes all symlinks; merging all symlink issues into this one.
#174380: Remove symlink creation. Let each path have own file