瀏覽代碼

Update app_config.php

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