Correct error message. Empty file is not necessarily a failed login to

LotW ...
pull/2062/head
phl0 2023-04-11 22:58:50 +02:00
rodzic 6e54a915d4
commit 9d76681c05
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -359,7 +359,6 @@ class Lotw extends CI_Controller {
| Download QSO Matches from LoTW
*/
echo "<br><br>";
echo "LoTW Matches<br>";
echo $this->lotw_download();
}
@ -580,6 +579,7 @@ class Lotw extends CI_Controller {
unlink($filepath);
if(isset($data['lotw_table_headers'])) {
echo "LoTW Matches<br>";
if($display_view == TRUE) {
$data['page_title'] = "LoTW ADIF Information";
$this->load->view('interface_assets/header', $data);
@ -589,7 +589,7 @@ class Lotw extends CI_Controller {
return $tableheaders.$table;
}
} else {
echo "LoTW Downloading failed either due to it being down or incorrect logins.";
echo "Downloaded LotW report contains no matches.";
}
}