瀏覽代碼

Update app_config.php

FusionPBX 5 年之前
父節點
當前提交
8eb10c9496
共有 1 個文件被更改,包括 3 次插入0 次删除
  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;