Browse Source

Update app_config.php

FusionPBX 5 năm trước cách đây
mục cha
commit
8eb10c9496
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      core/groups/app_config.php

+ 3 - 0
core/groups/app_config.php

@@ -76,6 +76,9 @@
 		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "group_permission_delete";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = "view_groups";
+		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 
 	//schema details
 		$y=0;