diff --git a/README.md b/README.md index 22bad41..4a57e6f 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,6 @@ The connector takes an array of volumes. All volumes are local files and must be Most of the elFinder function are working with the exception of these: - chmod: change file permission -- mkfile: create text files -- put: save edited text - extract extract archive - size diff --git a/src/LocalFileStorage.js b/src/LocalFileStorage.js index 454f411..fa4040d 100644 --- a/src/LocalFileStorage.js +++ b/src/LocalFileStorage.js @@ -12,7 +12,7 @@ const api = {}; const config = { router: '/connector', - disabled: ['size'], + disabled: ['chmod', 'extract', 'size'], volumeicons: ['elfinder-navbar-root-local', 'elfinder-navbar-root-local'], };