src build elFinder-2.1-779a0ab

This commit is contained in:
nao-pon
2017-06-10 00:01:02 +09:00
parent 6bd6d46b03
commit b0484bcedf
10 changed files with 266 additions and 147 deletions
@@ -644,6 +644,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
* @author Dmitry (dio) Levashov
**/
protected function _scandir($path) {
elFinder::extendTimeLimit();
$files = array();
$cache = array();
$dirWritable = is_writable($path);