From 761dfd076222f32202e68a67de926cc2078e1e46 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 6 Oct 2018 17:38:20 -0600 Subject: [PATCH] Update app_config.php --- app/calls/app_config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/calls/app_config.php b/app/calls/app_config.php index 930ce768f6..a8d2c6a9d5 100644 --- a/app/calls/app_config.php +++ b/app/calls/app_config.php @@ -46,9 +46,6 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "call_forward_caller_id"; - $apps[$x]['permissions'][$y]['groups'][] = "user"; - $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y=0;