mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-02-05 19:54:16 +00:00
add symlinks filter
This commit is contained in:
parent
971baa9df2
commit
d8bd05c908
@ -235,6 +235,11 @@ class Filesystem
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (is_link($file))
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (in_array($file, $blacklist))
|
if (in_array($file, $blacklist))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user