Fix errant tabs in nic_dnsmadeeasy_update

This commit is contained in:
okeeblow 2018-10-18 05:07:26 -07:00 committed by GitHub
parent 2f7e8ee236
commit c771d3f81f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4742,11 +4742,11 @@ sub nic_dnsmadeeasy_update {
# Set the URL that we're going to to update
my $url;
$url = $globals{'ssl'} ? "https://" : "http://";
$url = $globals{'ssl'} ? "https://" : "http://";
$url .= $config{$h}{'server'}.$config{$h}{'script'};
$url .= "?username=$config{$h}{'login'}";
$url .= "?username=$config{$h}{'login'}";
$url .= "&password=$config{$h}{'password'}";
$url .= "&ip=$ip";
$url .= "&ip=$ip";
$url .= "&id=$h";
# Try to get URL