From 70755ccd507a336df91dfb1c80497e50a7cfa175 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 17 Apr 2020 16:57:17 -0600 Subject: [PATCH] Update app_config.php --- core/users/app_config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/users/app_config.php b/core/users/app_config.php index 931b782218..845d0cbd71 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -80,7 +80,6 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "api_key"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; $apps[$x]['permissions'][$y]['name'] = "view_users"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";