Skip to content

Commit

Permalink
Merge pull request HelloZeroNet#1939 from tangdou1/patch-3
Browse files Browse the repository at this point in the history
sitePause & siteResume are also important settings
  • Loading branch information
HelloZeroNet authored Mar 27, 2019
2 parents c51dfe7 + b3f677f commit ba6a75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/disabled-Multiuser/MultiuserPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def getCurrentUser(self):
class UiWebsocketPlugin(object):
def __init__(self, *args, **kwargs):
self.multiuser_denied_cmds = (
"siteDelete", "configSet", "serverShutdown", "serverUpdate", "siteClone",
"sitePause", "siteResume", "siteDelete", "configSet", "serverShutdown", "serverUpdate", "siteClone",
"siteSetOwned", "siteSetAutodownloadoptional", "dbReload", "dbRebuild",
"mergerSiteDelete", "siteSetLimit", "siteSetAutodownloadBigfileLimit",
"optionalLimitSet", "optionalHelp", "optionalHelpRemove", "optionalHelpAll", "optionalFilePin", "optionalFileUnpin", "optionalFileDelete",
Expand Down

0 comments on commit ba6a75f

Please sign in to comment.