Changed nic_namecheap_update following the suggestion of edmdude on the forum (https://sourceforge.net/forum/message.php?msg_id=4316938)
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@52 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
31e4f9c103
commit
183df2a7eb
1 changed files with 2 additions and 2 deletions
|
@ -3047,8 +3047,8 @@ sub nic_namecheap_update {
|
||||||
|
|
||||||
my $url;
|
my $url;
|
||||||
$url = "http://$config{$h}{'server'}/update";
|
$url = "http://$config{$h}{'server'}/update";
|
||||||
$url .= "?host=$config{$h}{'login'}";
|
$url .= "?host=$h";
|
||||||
$url .= "&domain=$h";
|
$url .= "&domain=$config{$h}{'login'}";
|
||||||
$url .= "&password=$config{$h}{'password'}";
|
$url .= "&password=$config{$h}{'password'}";
|
||||||
$url .= "&ip=";
|
$url .= "&ip=";
|
||||||
$url .= $ip if $ip;
|
$url .= $ip if $ip;
|
||||||
|
|
Loading…
Reference in a new issue