mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD:LocalFileSystem] do not change locale with PHP >= 7.1
This commit is contained in:
@@ -83,6 +83,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
|
||||
// PHP >= 7.1 Supports UTF-8 path on Windows
|
||||
if (version_compare(PHP_VERSION, '7.1', '>=')) {
|
||||
$this->options['encoding'] = '';
|
||||
$this->options['locale'] = '';
|
||||
}
|
||||
}
|
||||
if (!$cwd = getcwd()) {
|
||||
|
||||
Reference in New Issue
Block a user