Browse Source

Update app_config.php

FusionPBX 7 năm trước cách đây
mục cha
commit
397ad27e2e
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

@@ -71,6 +71,10 @@
 		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "user_setting_category_edit";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = "api_key";
+		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
+		$apps[$x]['permissions'][$y]['groups'][] = "admin";
 
 	//default settings
 		$y=0;