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

这个提交包含在:
int2001 2023-07-31 09:44:27 +00:00
父节点 bc3002bf86
当前提交 4840bc822d
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -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 {