X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2F425.pl;h=05a9d07ac9ba95e0f81567a5cd7f52e91433b6e5;hb=b9e57057d60a952bd43acdbeb2420ad7964b96f8;hp=5a2f7d41a66f3073c3b054d37d4414566400fe04;hpb=42e13afbe924d02919cef432ab0cee537ed1e20d;p=spider.git diff --git a/cmd/show/425.pl b/cmd/show/425.pl index 5a2f7d41..05a9d07a 100644 --- a/cmd/show/425.pl +++ b/cmd/show/425.pl @@ -17,7 +17,7 @@ sub handle return (1, $self->msg('e24')) unless $Internet::allow; return (1, "SHOW/425 \nSHOW/425 CAL\nSHOW/425 BULL \n e.g. SH/425 IQ5BL, SH/425 CAL, SH/425 BUL 779\n") unless @list; - my $target = $Internet::dx425_url || 'www.425dxn.org'; + my $target = $Internet::dx425_url || 'https://www.425dxn.org'; my $port = 80; dbg('sh/425: args=' . join('|', @list)) if isdbg('425');