Skip to content

Commit

Permalink
Fix permissionAdd/Remove admin command
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed May 18, 2017
1 parent 2677ad9 commit cbf1848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ui/UiWebsocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self, ws, site, server, user, request):
self.admin_commands = (
"sitePause", "siteResume", "siteDelete", "siteList", "siteSetLimit", "siteClone",
"channelJoinAllsite", "serverUpdate", "serverPortcheck", "serverShutdown", "certSet", "configSet",
"actionPermissionAdd", "actionPermissionRemove"
"permissionAdd", "permissionRemove"
)
self.async_commands = ("fileGet", "fileList", "dirList")

Expand Down

0 comments on commit cbf1848

Please sign in to comment.