Now reading the URL for LoTW download from config file incase they change it.

This commit is contained in:
Corby Krick
2013-02-24 15:51:31 -06:00
parent a3a195b6ea
commit 950037ada0
2 changed files with 23 additions and 3 deletions

View File

@@ -60,12 +60,26 @@ $config['auth_level'][99] = "Administrator";
|--------------------------------------------------------------------------
|
| 'username' QRZ.com Username
| 'password' Default locator used to calculate bearings/distance
| 'password' QRZ.com Password
*/
$config['qrz_username'] = "";
$config['qrz_password'] = "";
/*
|--------------------------------------------------------------------------
| Logbook of The World (LoTW) Options
|--------------------------------------------------------------------------
|
| 'lotw_download_url' Download URL
| 'lotw_upload_url' Upload URL
| 'lotw_rcvd_mark' How to mark LoTW confirmations ('Y' or 'V')
*/
$config['lotw_download_url'] = "https://p1k.arrl.org/lotwuser/lotwreport.adi";
$config['lotw_upload_url'] = "https://p1k.arrl.org/lotwuser/upload";
$config['lotw_rcvd_mark'] = "Y";
/*
|--------------------------------------------------------------------------
| Base Site URL