Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dkyeremeh committed May 29, 2023
1 parent d8d301e commit 1ccaa4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/LocalFileStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
};

Expand Down

0 comments on commit 1ccaa4f

Please sign in to comment.