From 006874afcb296be06f0761092e4287d14bc082cb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 13 Mar 2017 18:36:27 -0600 Subject: [PATCH] Update app_config.php --- app/devices/app_config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 1a340a9e01..546dd940f2 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -101,9 +101,11 @@ $y++; $apps[$x]['permissions'][$y]['name'] = 'device_line_transport'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $y++; $apps[$x]['permissions'][$y]['name'] = 'device_line_register_expires'; - //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $y++; $apps[$x]['permissions'][$y]['name'] = 'device_key_line'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';