From 6512712667dfd5c385615551c98daa2cfe530c15 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 5 Apr 2020 23:06:36 -0600 Subject: [PATCH] Update app_config.php --- core/user_settings/app_config.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/core/user_settings/app_config.php b/core/user_settings/app_config.php index 362e91e4ef..f7e3271343 100644 --- a/core/user_settings/app_config.php +++ b/core/user_settings/app_config.php @@ -49,17 +49,6 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "user_setting_category_edit"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $y++; - $apps[$x]['permissions'][$y]['name'] = "user_account_setting_view"; - $apps[$x]['permissions'][$y]['menu']['uuid'] = "4d532f0b-c206-c39d-ff33-fc67d668fb69"; - $apps[$x]['permissions'][$y]['groups'][] = "user"; - $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $y++; - $apps[$x]['permissions'][$y]['name'] = "user_account_setting_edit"; - $apps[$x]['permissions'][$y]['groups'][] = "user"; - $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //schema details $y=0;