Skip to content

Commit

Permalink
Add back inadvertently removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-p committed Jun 3, 2019
1 parent 1c11171 commit 946238e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usr/local/www/services_dyndns_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ function is_dyndns_username($uname) {
} elseif ((($pconfig['type'] == "godaddy") || ($pconfig['type'] == "godaddy-v6")) && ($_POST['host'] == '@.' || $_POST['host'] == '@')) {
$host_to_check = $_POST['domainname'];
} elseif ((($pconfig['type'] == "digitalocean") || ($pconfig['type'] == "digitalocean-v6")) && ($_POST['host'] == '@.' || $_POST['host'] == '@')) {
$host_to_check = $_POST['domainname'];
} elseif (($pconfig['type'] == "linode") || ($pconfig['type'] == "linode-v6")) {
$host_to_check = $_POST['host'] == '@' ? $_POST['domainname'] : ( $_POST['host'] . '.' . $_POST['domainname'] );
$allow_wildcard = true;
Expand Down

0 comments on commit 946238e

Please sign in to comment.