Update secure.clublog.org to clublog.org

secure.clublog.org DNS no longer exists
This commit is contained in:
Greg Tangey 2023-01-09 00:02:39 +08:00 committed by GitHub
parent 98a8ba5d0d
commit f9cbba98c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -602,9 +602,9 @@ begin
upHamQTH : Result := 'http://www.hamqth.com/qso_realtime.php';
upClubLog : begin
if (cmd='DELETE') then
Result := 'https://secure.clublog.org/delete.php'
Result := 'https://clublog.org/delete.php'
else
Result := 'https://secure.clublog.org/realtime.php'
Result := 'https://clublog.org/realtime.php'
end;
upHrdLog : Result := 'http://robot.hrdlog.net/NewEntry.aspx'
end //case