Browse Source

Update app_config.php

FusionPBX 6 years ago
parent
commit
ea60bf2731
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/groups/app_config.php

+ 0 - 2
core/groups/app_config.php

@@ -56,11 +56,9 @@
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "group_member_add";
-		$apps[$x]['permissions'][$y]['groups'][] = "admin";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "group_member_delete";
-		$apps[$x]['permissions'][$y]['groups'][] = "admin";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "group_permissions";