Browse Source

Add a new permission group_global

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

+ 3 - 0
core/groups/app_config.php

@@ -48,6 +48,9 @@
 		$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++;