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