mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-0f82e69
This commit is contained in:
@@ -407,7 +407,9 @@ abstract class elFinderVolumeDriver {
|
||||
'utf8fix' => false,
|
||||
// й ё Й Ё Ø Å
|
||||
'utf8patterns' => array("\u0438\u0306", "\u0435\u0308", "\u0418\u0306", "\u0415\u0308", "\u00d8A", "\u030a"),
|
||||
'utf8replace' => array("\u0439", "\u0451", "\u0419", "\u0401", "\u00d8", "\u00c5")
|
||||
'utf8replace' => array("\u0439", "\u0451", "\u0419", "\u0401", "\u00d8", "\u00c5"),
|
||||
// Header to use to accelerate sending local files to clients (e.g. 'X-Sendfile', 'X-Accel-Redirect')
|
||||
'xsendfile' => ''
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -1604,7 +1606,8 @@ abstract class elFinderVolumeDriver {
|
||||
'syncChkAsTs' => intval($this->options['syncChkAsTs']),
|
||||
'syncMinMs' => intval($this->options['syncMinMs']),
|
||||
'i18nFolderName' => intval($this->options['i18nFolderName']),
|
||||
'tmbCrop' => intval($this->options['tmbCrop'])
|
||||
'tmbCrop' => intval($this->options['tmbCrop']),
|
||||
'xsendfile' => $this->options['xsendfile']
|
||||
);
|
||||
if (! empty($this->options['trashHash'])) {
|
||||
$opts['trashHash'] = $this->options['trashHash'];
|
||||
|
||||
Reference in New Issue
Block a user