mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-07-31 19:30:26 +02:00
Restricted hidden (and app) file matching to exact matches only
This commit is contained in:
@@ -63,6 +63,6 @@ class FinderFactory
|
||||
), $this->hiddenFiles->implode(',')));
|
||||
}
|
||||
|
||||
return Glob::matchStart($this->pattern, (string) $file->getRealPath());
|
||||
return Glob::match($this->pattern, (string) $file->getRealPath());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user