Comments added (testing branch/merge/PR-Issue)
这个提交包含在:
父节点
bc3002bf86
当前提交
4840bc822d
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -21,7 +21,7 @@ class Webadif extends CI_Controller {
|
||||||
foreach ($station_ids as $station) {
|
foreach ($station_ids as $station) {
|
||||||
$webadif_api_key = $station->webadifapikey;
|
$webadif_api_key = $station->webadifapikey;
|
||||||
$webadif_api_url = $station->webadifapiurl;
|
$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.";
|
echo "QSOs have been uploaded to QO-100 Dx Club.";
|
||||||
log_message('info', 'QSOs have been uploaded to QO-100 Dx Club.');
|
log_message('info', 'QSOs have been uploaded to QO-100 Dx Club.');
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用