Bug #7601 ยป services_dyndns_edit.php.diff
| /usr/local/www/services_dyndns_edit.php 2017-06-05 12:52:01.864759000 -0500 | ||
|---|---|---|
|
$reqdfieldsn = array(gettext("Service type"));
|
||
|
if ($pconfig['type'] != "custom" && $pconfig['type'] != "custom-v6") {
|
||
|
$reqdfields[] = "host";
|
||
|
$reqdfieldsn[] = gettext("Hostname");
|
||
|
if ($pconfig['type'] != "dnsomatic") {
|
||
|
$reqdfields[] = "host";
|
||
|
$reqdfieldsn[] = gettext("Hostname");
|
||
|
}
|
||
|
$reqdfields[] = "passwordfld";
|
||
|
$reqdfieldsn[] = gettext("Password");
|
||
|
$reqdfields[] = "username";
|
||