mirror of
https://github.com/crivion/laranode.git
synced 2026-06-01 11:30:41 +08:00
switched to php finfo for mimetype
This commit is contained in:
@@ -43,7 +43,7 @@ class FilemanagerController extends Controller
|
||||
|
||||
public function getFileContents(Request $r)
|
||||
{
|
||||
return (new GetFileContentsAction($this->filesystem))->execute($r);
|
||||
return (new GetFileContentsAction($this->filesystem, $this->path))->execute($r);
|
||||
}
|
||||
|
||||
public function createFile(Request $r)
|
||||
|
||||
Reference in New Issue
Block a user