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
@@ -70,7 +70,7 @@ class elFinderVolumeMySQL extends elFinderVolumeDriver {
'files_table' => 'elfinder_file',
'tmbPath' => '',
'tmpPath' => '',
'icon' => (defined('ELFINDER_IMG_PARENT_URL')? (rtrim(ELFINDER_IMG_PARENT_URL, '/').'/') : '').'img/volume_icon_sql.png'
'rootCssClass' => 'elfinder-navbar-root-sql'
);
$this->options = array_merge($this->options, $opts);
$this->options['mimeDetect'] = 'internal';