From c2573f90434985640a4ec4ce4aa3d1ba6380f38f Mon Sep 17 00:00:00 2001 From: reality Date: Tue, 17 Feb 2015 08:39:57 +0000 Subject: [PATCH] oops --- modules/kick/config.json | 2 +- modules/report/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/kick/config.json b/modules/kick/config.json index 0b68ac7..88b16aa 100644 --- a/modules/kick/config.json +++ b/modules/kick/config.json @@ -13,5 +13,5 @@ "document_bans": false, "dbType": "redis", "requireWebLogin": true, - "webAccess": "power_users" + "webAccess": "power_user" } diff --git a/modules/report/config.json b/modules/report/config.json index aa2c2a3..ee35fee 100644 --- a/modules/report/config.json +++ b/modules/report/config.json @@ -4,7 +4,7 @@ "dependencies": [ "users" ], "dbType": "redis", "requireWebLogin": true, - "webAccess": "regular", + "webAccess": "power_user", "pageAccess": { "/report/:server/:channel": "power_user" },