mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-3037974
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user