src build elFinder-2.1-8e742ac

This commit is contained in:
nao-pon
2016-01-23 22:03:14 +09:00
parent 7e9b6e38a4
commit e6a36dcfca
13 changed files with 441 additions and 67 deletions
@@ -64,7 +64,6 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
$this->options['dirMode'] = 0755; // new dirs mode
$this->options['fileMode'] = 0644; // new files mode
$this->options['quarantine'] = '.quarantine'; // quarantine folder name - required to check archive (must be hidden)
$this->options['maxArcFilesSize'] = 0; // max allowed archive files size (0 - no limit)
$this->options['rootCssClass'] = 'elfinder-navbar-root-local';
}