Fix errant tabs in nic_dnsmadeeasy_update
This commit is contained in:
parent
2f7e8ee236
commit
c771d3f81f
1 changed files with 3 additions and 3 deletions
6
ddclient
6
ddclient
|
@ -4742,11 +4742,11 @@ sub nic_dnsmadeeasy_update {
|
||||||
|
|
||||||
# Set the URL that we're going to to update
|
# Set the URL that we're going to to update
|
||||||
my $url;
|
my $url;
|
||||||
$url = $globals{'ssl'} ? "https://" : "http://";
|
$url = $globals{'ssl'} ? "https://" : "http://";
|
||||||
$url .= $config{$h}{'server'}.$config{$h}{'script'};
|
$url .= $config{$h}{'server'}.$config{$h}{'script'};
|
||||||
$url .= "?username=$config{$h}{'login'}";
|
$url .= "?username=$config{$h}{'login'}";
|
||||||
$url .= "&password=$config{$h}{'password'}";
|
$url .= "&password=$config{$h}{'password'}";
|
||||||
$url .= "&ip=$ip";
|
$url .= "&ip=$ip";
|
||||||
$url .= "&id=$h";
|
$url .= "&id=$h";
|
||||||
|
|
||||||
# Try to get URL
|
# Try to get URL
|
||||||
|
|
Loading…
Reference in a new issue