src build elFinder-2.1-3037974

This commit is contained in:
nao-pon
2022-03-10 19:47:08 +09:00
parent e5ca28f04d
commit 518862edcf
9 changed files with 162 additions and 20 deletions
@@ -265,6 +265,14 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver
}
$this->statOwner = (!empty($this->options['statOwner']));
// enable WinRemoveTailDots plugin on Windows server
if (DIRECTORY_SEPARATOR !== '/') {
if (!isset($this->options['plugin'])) {
$this->options['plugin'] = array();
}
$this->options['plugin']['WinRemoveTailDots'] = array('enable' => true);
}
}
/**