From: minima Date: Sat, 22 Feb 2003 22:17:23 +0000 (+0000) Subject: change qrz address X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fnewprot2;p=spider.git change qrz address --- diff --git a/cmd/show/qrz.pl b/cmd/show/qrz.pl index a3965c83..7122992f 100644 --- a/cmd/show/qrz.pl +++ b/cmd/show/qrz.pl @@ -15,10 +15,10 @@ my @out; return (1, $self->msg('e24')) unless $Internet::allow; return (1, "SHOW/QRZ , e.g. SH/QRZ g1tlh") unless @list; -my $target = $Internet::http_proxy || 'u2.qrz.com'; +my $target = $Internet::http_proxy || 'www.qrz.com'; my $port = $Internet::http_proxy_port || 80; my $url = ''; -$url = 'http://u2.qrz.com' if $Internet::http_proxy; +$url = 'http://www.qrz.com' if $Internet::http_proxy; use Net::Telnet;