mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-3ea7d35
This commit is contained in:
@@ -1245,7 +1245,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
|
||||
$stat['path'] = $this->path($stat['hash']);
|
||||
if ($this->URL && !isset($stat['url'])) {
|
||||
$_path = str_replace(DIRECTORY_SEPARATOR, '/', substr($p, strlen($this->root) + 1));
|
||||
$stat['url'] = $this->URL . $_path;
|
||||
$stat['url'] = $this->URL . str_replace('%2F', '/', rawurlencode($_path));
|
||||
}
|
||||
|
||||
$result[] = $stat;
|
||||
|
||||
Reference in New Issue
Block a user