corrected the patch, was b0rken

This commit is contained in:
Manuel Friedli 2011-05-12 10:18:57 +00:00
parent 53486a21fa
commit 00310d0bba
2 changed files with 2 additions and 2 deletions

View file

@ -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=";