From 72495bcf47c7f9fc8e293e02e7746715428c1561 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 28 Sep 2018 10:54:03 -0600 Subject: [PATCH] Update app_config.php --- app/destinations/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 3d6d8427a6..97348e11bc 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -67,6 +67,9 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_import"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; $apps[$x]['permissions'][$y]['name'] = "destination_domain"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++;