Browse Source

Update app_config.php

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

+ 3 - 0
core/users/app_config.php

@@ -53,6 +53,9 @@
 		$apps[$x]['permissions'][$y]['name'] = "user_all";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;
+		$apps[$x]['permissions'][$y]['name'] = "user_import";
+		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
+		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "user_setting_view";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$apps[$x]['permissions'][$y]['groups'][] = "admin";