src build elFinder-2.1-5487544

This commit is contained in:
nao-pon
2015-11-05 21:00:42 +09:00
parent 747d359dfa
commit fcd52343d3
10 changed files with 57 additions and 28 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
$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['icon'] = (defined('ELFINDER_IMG_PARENT_URL')? (rtrim(ELFINDER_IMG_PARENT_URL, '/').'/') : '').'img/volume_icon_local.png';
$this->options['rootCssClass'] = 'elfinder-navbar-root-local';
}
/*********************************************************************/