Browse Source

Update app_config.php

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

+ 4 - 0
app_config.php

@@ -38,6 +38,10 @@
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$apps[$x]['permissions'][$y]['groups'][] = "admin";
 		$y++;
+		$apps[$x]['permissions'][$y]['name'] = "contact_upload";
+		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
+		$apps[$x]['permissions'][$y]['groups'][] = "admin";
+		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "contact_address_view";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$apps[$x]['permissions'][$y]['groups'][] = "admin";