src build elFinder-2.1-2de465a

This commit is contained in:
nao-pon
2018-03-04 00:18:24 +09:00
parent a6ca607715
commit 628219c08b
12 changed files with 75 additions and 24 deletions
+3
View File
@@ -128,6 +128,9 @@ class elFinderVolumeMySQL extends elFinderVolumeDriver {
$this->updateCache($this->options['path'], $this->_stat($this->options['path']));
// enable command archive
$this->options['useRemoteArchive'] = true;
return true;
}