Checking some LOTW bits
这个提交包含在:
父节点
8009271d1a
当前提交
c0700eb102
共有 1 个文件被更改,包括 3 次插入 和 3 次删除
|
|
@ -242,7 +242,7 @@ class Lotw extends CI_Controller {
|
||||||
|
|
||||||
// Build Filename
|
// Build Filename
|
||||||
|
|
||||||
$filename_for_saving = $data['lotw_cert_info']->callsign."-".date("Y-m-d-H-i-s")."-cloudlog.tq8";
|
$filename_for_saving = preg_replace('/[^a-z0-9]+/', '-', strtolower($data['lotw_cert_info']->callsign))."-".date("Y-m-d-H-i-s")."-cloudlog.tq8";
|
||||||
|
|
||||||
$gzdata = gzencode($adif_to_save, 9);
|
$gzdata = gzencode($adif_to_save, 9);
|
||||||
$fp = fopen($filename_for_saving, "w");
|
$fp = fopen($filename_for_saving, "w");
|
||||||
|
|
@ -328,8 +328,8 @@ class Lotw extends CI_Controller {
|
||||||
/*
|
/*
|
||||||
| Download QSO Matches from LoTW
|
| Download QSO Matches from LoTW
|
||||||
*/
|
*/
|
||||||
|
echo "<br><br>";
|
||||||
$this->lotw_download();
|
echo $this->lotw_download();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用