Project

General

Profile

Bug #7601 ยป services_dyndns_edit.php.diff

Scott Reynolds, 06/05/2017 01:06 PM

View differences:

/usr/local/www/services_dyndns_edit.php 2017-06-05 12:52:01.864759000 -0500
124 124
	$reqdfieldsn = array(gettext("Service type"));
125 125

  
126 126
	if ($pconfig['type'] != "custom" && $pconfig['type'] != "custom-v6") {
127
		$reqdfields[] = "host";
128
		$reqdfieldsn[] = gettext("Hostname");
127
		if ($pconfig['type'] != "dnsomatic") {
128
			$reqdfields[] = "host";
129
			$reqdfieldsn[] = gettext("Hostname");
130
		}
129 131
		$reqdfields[] = "passwordfld";
130 132
		$reqdfieldsn[] = gettext("Password");
131 133
		$reqdfields[] = "username";
    (1-1/1)