Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(policy): remove a half-duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
btry authored and DIOHz0r committed Nov 8, 2017
1 parent cd046df commit 1174b99
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions install/installer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1212,22 +1212,6 @@ static public function getPolicies() {
'is_apple_policy' => '0',
],

[
'name' => __('Disable new VPN profiles', 'flyvemdm'),
'symbol' => 'disableHostpotTethering',
'group' => 'connectivity',
'type' => 'bool',
'type_data' => '',
'unicity' => 1,
'plugin_flyvemdm_policycategories_id' => 5,
'comment' => __('Disable hotspot and tethering', 'flyvemdm'),
'default_value' => '0',
'recommended_value' => '0',
'is_android_policy' => '1',
'is_android_system' => '1',
'is_apple_policy' => '0',
],

[
'name' => __('Disable USB On-The-Go', 'flyvemdm'),
'symbol' => 'disableUsbOnTheGo',
Expand Down

0 comments on commit 1174b99

Please sign in to comment.