mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-2a1b838
This commit is contained in:
@@ -2817,7 +2817,7 @@ abstract class elFinderVolumeDriver {
|
||||
$tempPath = $this->tmp;
|
||||
} else if (function_exists('sys_get_temp_dir')) {
|
||||
$tempPath = sys_get_temp_dir();
|
||||
} else if (isset($this->tmbPath) && $this->tmbPath && is_writable($this->tmbPath)) {
|
||||
} else if ($this->tmbPathWritable) {
|
||||
$tempPath = $this->tmbPath;
|
||||
}
|
||||
if ($tempPath && DIRECTORY_SEPARATOR !== '/') {
|
||||
|
||||
Reference in New Issue
Block a user