From 06ccbab62fa8abfd3948b75f16289e4ffa6d72fd Mon Sep 17 00:00:00 2001 From: minima Date: Sat, 2 Feb 2002 20:13:54 +0000 Subject: [PATCH] changed the location and form of the command --- Changes | 2 ++ cmd/show/qrz.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 3e122f3e..09b2fc20 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +02Feb02======================================================================= +1. changed sh/qrz to the latest incarnation of the command at qrz.com. 29Jan02======================================================================= 1. add VP8GEO to South Georgia 27Jan02======================================================================= 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"); -- 2.34.1