add volume icons ( ftp, local & sql )

This commit is contained in:
nao-pon
2013-05-19 14:00:28 +09:00
parent b5e14a2e16
commit f7e8d38cf0
6 changed files with 6 additions and 2 deletions
@@ -44,6 +44,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';
}
/*********************************************************************/