From 2eee3b93f34efe16b753e4ca6eb9438689df05ce Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 28 Aug 2018 18:50:56 -0600 Subject: [PATCH] Update app_config.php --- core/users/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/users/app_config.php b/core/users/app_config.php index 1600d2781f..4ef6916490 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -71,6 +71,10 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "user_setting_category_edit"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "api_key"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; //default settings $y=0;