From 94889b56967cbcc793f7a3fe5008dea33c6fa895 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 20 Sep 2017 23:53:30 -0600 Subject: [PATCH] Update app_config.php --- app/destinations/app_config.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index d024b2e113..ec478002e9 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -63,6 +63,14 @@ $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"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_upload"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; $apps[$x]['permissions'][$y]['name'] = "destination_domain"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; @@ -166,4 +174,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the accountcode."; -?> \ No newline at end of file +?>