mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[volume] super class function resize support remote volume
ref. https://github.com/Studio-42/elFinder/pull/928#issuecomment-70731922
This commit is contained in:
@@ -764,4 +764,17 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
|
||||
return file_exists($path) ? $path : false;
|
||||
}
|
||||
|
||||
/******************** Over write functions *************************/
|
||||
|
||||
/**
|
||||
* File path of local server side work file path
|
||||
*
|
||||
* @param string $path
|
||||
* @return string
|
||||
* @author Naoki Sawada
|
||||
*/
|
||||
protected function getWorkFile($path) {
|
||||
return $path;
|
||||
}
|
||||
|
||||
} // END class
|
||||
|
||||
Reference in New Issue
Block a user