mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
fixes #43
This commit is contained in:
@@ -817,7 +817,7 @@ abstract class elFinderVolumeDriver {
|
||||
'path' => $this->path($hash),
|
||||
'url' => $this->URL,
|
||||
'tmbUrl' => $this->tmbURL,
|
||||
'disabled' => $this->disabled,
|
||||
'disabled' => array(), //$this->disabled,
|
||||
'separator' => $this->separator,
|
||||
'copyOverwrite' => intval($this->options['copyOverwrite']),
|
||||
'archivers' => array(
|
||||
@@ -827,6 +827,16 @@ abstract class elFinderVolumeDriver {
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* undocumented function
|
||||
*
|
||||
* @return void
|
||||
* @author Dmitry Levashov
|
||||
**/
|
||||
public function commandDisabled($cmd) {
|
||||
return in_array($cmd, $this->disabled);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return true if mime is required mimes list
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user