芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/portal.pulsehost.co.uk/vendor/league/flysystem/src/Plugin/ListFiles.php
filesystem->listContents($directory, $recursive); $filter = function ($object) { return $object['type'] === 'file'; }; return array_values(array_filter($contents, $filter)); } }