From d71f481974ce327ee25ccfba243a2d2c48b38623 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 22 Feb 2018 09:37:30 -0700 Subject: [PATCH] Update app_config.php --- app/devices/app_config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 3b1cd240c6..04fb0baf81 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -262,6 +262,12 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "device_vendor_function_group_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "device_import"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "device_export"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y = 0;