Răsfoiți Sursa

Update app_config.php

FusionPBX 5 ani în urmă
părinte
comite
793b90a345
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      core/domains/app_config.php

+ 2 - 0
core/domains/app_config.php

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