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:
wimpunk 2007-05-28 17:02:31 +00:00
parent 31e4f9c103
commit 183df2a7eb

View file

@ -3047,8 +3047,8 @@ sub nic_namecheap_update {
my $url;
$url = "http://$config{$h}{'server'}/update";
$url .= "?host=$config{$h}{'login'}";
$url .= "&domain=$h";
$url .= "?host=$h";
$url .= "&domain=$config{$h}{'login'}";
$url .= "&password=$config{$h}{'password'}";
$url .= "&ip=";
$url .= $ip if $ip;