mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
dialog icons update
This commit is contained in:
@@ -1766,7 +1766,7 @@ abstract class elFinderVolumeDriver {
|
||||
if (!$path || !$this->_fileExists($path)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// echo $path.'<br>';
|
||||
$root = $path == $this->root;
|
||||
$dir = $this->_isDir($path);
|
||||
$mime = $dir ? 'directory' : $this->mimetype($path);
|
||||
|
||||
Reference in New Issue
Block a user