Browse Source

Removed unused permission.

FusionPBX 4 years ago
parent
commit
ed1bf5bac5
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core/groups/app_config.php

+ 0 - 3
core/groups/app_config.php

@@ -48,9 +48,6 @@
 		$apps[$x]['permissions'][$y]['name'] = "group_domain";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;
-		$apps[$x]['permissions'][$y]['name'] = "group_global";
-		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
-		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "group_all";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;