Catch empty QRZ.com response when downloading qrz-confirmations

这个提交包含在:
int2001 2023-12-11 05:26:09 +00:00
父节点 dd94f5bb86
当前提交 0231c58761
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -358,10 +358,11 @@ class Qrz extends CI_Controller {
}
}
if ($table != "")
{
if ($table != "") {
$data['tableheaders'] = $tableheaders;
$data['table'] = $table;
} else {
$data['table'] = '';
}
unlink($filepath);