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
$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";
    (1-1/1)