From e5f342f29951ef4df957c31cc8c05186b63c6006 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 17 Jun 2017 09:18:26 -0600 Subject: [PATCH] Update app_config.php --- app/devices/app_config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 7cb12a16e2..f605ec860d 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -165,7 +165,6 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "device_domain"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; $apps[$x]['permissions'][$y]['name'] = "device_user"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";