Bug #7601 ยป services_dyndns_edit.php.diff
/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"; |