add symlinks filter

This commit is contained in:
ghost 2024-02-15 03:08:33 +02:00
parent 971baa9df2
commit d8bd05c908

View File

@ -235,6 +235,11 @@ class Filesystem
continue;
}
if (is_link($file))
{
continue;
}
if (in_array($file, $blacklist))
{
continue;