1
0
Fork 0
Commit Graph

4 Commits (691f886c374c67a59e1aa24305ebe20069f3a2b5)

Author SHA1 Message Date
Tom Sherman c01967486a Move "use Webmozart\Glob\Glob" to where it was actually needed 2019-08-30 14:31:53 +01:00
Tom Sherman 6a0d70a07c Initial config work 2019-08-30 12:47:55 +01:00
Nicholas Narsing 8d1732ed02 Exclude directory paths from file system search (#401)
* Exclude directories from file system search

Directories can also match the glob search pattern if their names end in ".php", which will cause a read error later since the ContentRetriever implementers are expecting files. As far as I know, the only way to fix this is to do an additional check to ensure the URI is not of a directory.

This resolves #306.
2017-06-11 23:24:17 +02:00
Felix Becker b9f9871156 Files finder (#209) 2016-12-08 02:33:48 +01:00