From 92dced7167666d66af0acbe194d673cb1cb76da8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 22 Feb 2018 10:03:18 -0700 Subject: [PATCH] Update app_config.php --- app/destinations/app_config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index af5fbb07d8..a057955b33 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -63,10 +63,6 @@ $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";