Browse Source

Update app_config.php

FusionPBX 6 năm trước cách đây
mục cha
commit
02ae04af45
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      core/users/app_config.php

+ 4 - 0
core/users/app_config.php

@@ -47,6 +47,10 @@
 		$apps[$x]['permissions'][$y]['groups'][] = "admin";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;
+		$apps[$x]['permissions'][$y]['name'] = "user_groups";
+		$apps[$x]['permissions'][$y]['groups'][] = "admin";
+		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
+		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "user_domain";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;