From 3b5e21a0d89bbb1504f30ebf42b28ba56d08951b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 1 Nov 2023 18:36:28 -0600 Subject: [PATCH] Update app_config.php --- app/devices/app_config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index cf0495df11..c0b19bf71e 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -304,10 +304,6 @@ $apps[$x]['permissions'][$y]['name'] = 'device_profile_select'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $y++; - $apps[$x]['permissions'][$y]['name'] = 'device_profile_select_edit'; - $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; - $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; $apps[$x]['permissions'][$y]['name'] = 'device_profile_key_view'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';