changed the location and form of the command
authorminima <minima>
Sat, 2 Feb 2002 20:13:54 +0000 (20:13 +0000)
committerminima <minima>
Sat, 2 Feb 2002 20:13:54 +0000 (20:13 +0000)
Changes
cmd/show/qrz.pl

diff --git a/Changes b/Changes
index 3e122f3e92cf88004ee5403926941a6d009967ec..09b2fc2089aa8878a596f3cd63578b8af644aee8 100644 (file)
--- 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=======================================================================
index ad4fb7278382de2a93c841df0b50c2fbc8d4b329..a3965c833386c6a18465977021d7c39a14fa5372 100644 (file)
@@ -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");