From 2bcb2284fb01411f4b2f49c325ee899fc70816b4 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 28 May 2018 11:13:21 -0600 Subject: [PATCH] Update app_config.php --- app/conference_centers/app_config.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index c460837e49..cc7db50fcf 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -108,8 +108,6 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "conference_room_record"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $apps[$x]['permissions'][$y]['groups'][] = "user"; $y++; $apps[$x]['permissions'][$y]['name'] = "conference_room_max_members"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -432,4 +430,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "end_epoch"; -?> \ No newline at end of file +?>