corrected the patch, was b0rken
This commit is contained in:
parent
53486a21fa
commit
00310d0bba
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
- my $url = "http://$config{$h}{'server'}/nic/update?system=";
|
||||
- $url .= 'noip';
|
||||
- $url .= "&hostname=$hosts";
|
||||
+ my $url = "http://$config{$h}{'server'}/nic/update?"
|
||||
+ my $url = "http://$config{$h}{'server'}/nic/update?";
|
||||
+ $url .= "hostname=";
|
||||
+ $url .= "$hosts";
|
||||
$url .= "&myip=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue