소스 검색

Update app_config.php

FusionPBX 5 년 전
부모
커밋
eac2bbfb0a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      core/domains/app_config.php

+ 2 - 0
core/domains/app_config.php

@@ -77,6 +77,7 @@
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_name";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
+		$apps[$x]['db'][$y]['fields'][$z]['search'] = "true";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the domain name.";
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_enabled";
@@ -85,6 +86,7 @@
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_description";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
+		$apps[$x]['db'][$y]['fields'][$z]['search'] = "true";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
 
 ?>