From b2d3c0be6ce3930177aa0a5d193d5df1b3a03ce9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 6 Sep 2019 05:17:43 -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 342ee9d027..943c3da3c1 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -65,6 +65,9 @@ $apps[$x]['permissions'][$y]['name'] = "destination_import"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_upload"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; $apps[$x]['permissions'][$y]['name'] = "destination_domain"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++;