Comments added (testing branch/merge/PR-Issue)

This commit is contained in:
int2001 2023-07-31 09:44:27 +00:00
parent bc3002bf86
commit 4840bc822d
No known key found for this signature in database
GPG Key ID: DFB1C13CD2DB037B

View File

@ -21,7 +21,7 @@ class Webadif extends CI_Controller {
foreach ($station_ids as $station) {
$webadif_api_key = $station->webadifapikey;
$webadif_api_url = $station->webadifapiurl;
if ($this->mass_upload_qsos($station->station_id, $webadif_api_key, $webadif_api_url, true)) {
if ($this->mass_upload_qsos($station->station_id, $webadif_api_key, $webadif_api_url, true)) { // When called via cron it is trusted
echo "QSOs have been uploaded to QO-100 Dx Club.";
log_message('info', 'QSOs have been uploaded to QO-100 Dx Club.');
} else {