src build elFinder-2.1-00572b1

This commit is contained in:
nao-pon
2017-12-10 11:41:49 +09:00
parent cb73e904cd
commit 1cb3286391
6 changed files with 22 additions and 17 deletions
@@ -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()) {