Revision e248f02f
Added by Jim Pingle over 5 years ago
src/usr/local/www/services_dyndns_edit.php | ||
---|---|---|
120 | 120 |
} elseif ((($pconfig['type'] == "godaddy") || ($pconfig['type'] == "godaddy-v6")) && ($_POST['host'] == '@.' || $_POST['host'] == '@')) { |
121 | 121 |
$host_to_check = $_POST['domainname']; |
122 | 122 |
} elseif ((($pconfig['type'] == "digitalocean") || ($pconfig['type'] == "digitalocean-v6")) && ($_POST['host'] == '@.' || $_POST['host'] == '@')) { |
123 |
$host_to_check = $_POST['domainname']; |
|
123 | 124 |
} elseif (($pconfig['type'] == "linode") || ($pconfig['type'] == "linode-v6")) { |
124 | 125 |
$host_to_check = $_POST['host'] == '@' ? $_POST['domainname'] : ( $_POST['host'] . '.' . $_POST['domainname'] ); |
125 | 126 |
$allow_wildcard = true; |
Also available in: Unified diff
Add back inadvertently removed line
(cherry picked from commit 946238ef46e766e46392b7b9aed444cbc3a43909)