From 17dff29c20e4d9ec09a085eceeda537e4b4e327e Mon Sep 17 00:00:00 2001 From: Warren Volz Date: Wed, 13 Dec 2017 00:13:01 +0000 Subject: [PATCH] update lotw url - p1k changed to lotw --- application/views/lotw/import.php | 2 +- install/assets/install.sql | 2 +- sql/tables/config.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/lotw/import.php b/application/views/lotw/import.php index 2e346124a..226ad8619 100644 --- a/application/views/lotw/import.php +++ b/application/views/lotw/import.php @@ -7,7 +7,7 @@ Upload a file -

Upload the Exported ADIF file from LoTW from the Download Report Area, to mark QSOs as confirmed on LOTW.

+

Upload the Exported ADIF file from LoTW from the Download Report Area, to mark QSOs as confirmed on LOTW.

Important Log files must have the file type .adi

diff --git a/install/assets/install.sql b/install/assets/install.sql index f827cdeaa..a749012fe 100755 --- a/install/assets/install.sql +++ b/install/assets/install.sql @@ -3805,6 +3805,6 @@ CREATE TABLE IF NOT EXISTS `config` ( -- INSERT INTO `config` (`id`, `lotw_download_url`, `lotw_upload_url`, `lotw_rcvd_mark`, `lotw_login_url`, `eqsl_download_url`, `eqsl_rcvd_mark`) VALUES -(1, 'https://p1k.arrl.org/lotwuser/lotwreport.adi', 'https://p1k.arrl.org/lotwuser/upload', 'Y', 'https://p1k.arrl.org/lotwuser/default', 'http://www.eqsl.cc/qslcard/DownloadInBox.cfm', 'Y'); +(1, 'https://lotw.arrl.org/lotwuser/lotwreport.adi', 'https://lotw.arrl.org/lotwuser/upload', 'Y', 'https://lotw.arrl.org/lotwuser/default', 'http://www.eqsl.cc/qslcard/DownloadInBox.cfm', 'Y'); ALTER TABLE `cat` ADD `downlink_freq` INT(11) NOT NULL AFTER `mode`, ADD `uplink_freq` INT(11) NOT NULL AFTER `downlink_freq`, ADD `downlink_mode` VARCHAR(255) NOT NULL AFTER `uplink_freq`, ADD `uplink_mode` VARCHAR(255) NOT NULL AFTER `downlink_mode`, ADD `sat_name` VARCHAR(255) NOT NULL AFTER `uplink_mode`; diff --git a/sql/tables/config.sql b/sql/tables/config.sql index db6e105fe..63150a8a9 100644 --- a/sql/tables/config.sql +++ b/sql/tables/config.sql @@ -42,7 +42,7 @@ CREATE TABLE IF NOT EXISTS `config` ( -- INSERT INTO `config` (`id`, `lotw_download_url`, `lotw_upload_url`, `lotw_rcvd_mark`, `lotw_login_url`, `eqsl_download_url`, `eqsl_rcvd_mark`) VALUES -(1, 'https://p1k.arrl.org/lotwuser/lotwreport.adi', 'https://p1k.arrl.org/lotwuser/upload', 'Y', 'https://p1k.arrl.org/lotwuser/default', 'http://www.eqsl.cc/qslcard/DownloadInBox.cfm', 'Y'); +(1, 'https://lotw.arrl.org/lotwuser/lotwreport.adi', 'https://lotw.arrl.org/lotwuser/upload', 'Y', 'https://lotw.arrl.org/lotwuser/default', 'http://www.eqsl.cc/qslcard/DownloadInBox.cfm', 'Y'); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;