diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 04fb0baf81..e4a0747143 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -263,9 +263,6 @@ $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";