[VD:LocalFileSystem] do not change locale with PHP >= 7.1

This commit is contained in:
nao-pon
2017-12-10 11:40:20 +09:00
parent 7b4afc3917
commit d26ab2a94f
@@ -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()) {