X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fqrz.pl;h=a3965c833386c6a18465977021d7c39a14fa5372;hb=06ccbab62fa8abfd3948b75f16289e4ffa6d72fd;hp=ad4fb7278382de2a93c841df0b50c2fbc8d4b329;hpb=d5f2d5d24835524cf6908beb0819e791bf407da8;p=spider.git diff --git a/cmd/show/qrz.pl b/cmd/show/qrz.pl index ad4fb727..a3965c83 100644 --- a/cmd/show/qrz.pl +++ b/cmd/show/qrz.pl @@ -34,7 +34,7 @@ foreach $l (@list) { if (!$t || $@) { push @out, $self->msg('e18', 'QRZ.com'); } else { - my $s = "GET $url/dxcluster.cgi?callsign=$l\&uid=$Internet::qrz_uid\&pw=$Internet::qrz_pw HTTP/1.0\n\n"; + my $s = "GET $url/p/dxcluster.pl?callsign=$l\&username=$Internet::qrz_uid\&password=$Internet::qrz_pw HTTP/1.0\n\n"; dbg($s) if isdbg('qrz'); $t->print($s); Log('call', "$call: show/qrz \U$l");