@@ -330,7 +330,7 @@ |
||
| 330 | 330 | } |
| 331 | 331 | |
| 332 | 332 | // check 'startsWith' |
| 333 | - if ($len <= strlen($filePath) && substr($filePath, 0, $len) === $excludePath) { |
|
| 333 | + if ($len <= strlen($filePath) && substr($filePath, 0, $len) === $excludePath) { |
|
| 334 | 334 | return true; |
| 335 | 335 | } |
| 336 | 336 | |