[eQSL] Adding eQSL upload response to output

这个提交包含在:
Peter Goodhall 2021-05-02 16:16:14 +01:00
父节点 8c166cd47b
当前提交 615ee09402
共有 2 个文件被更改,包括 6 次插入0 次删除

查看文件

@ -551,6 +551,7 @@ class eqsl extends CI_Controller {
// Dump out a table with the results
$data['eqsl_results_table'] = $table;
$data['eqsl_response'] = $result;
}
else
{

查看文件

@ -48,6 +48,11 @@
}
}
?>
<?php if($eqsl_response) { ?>
<h3>eQSL Response:</h3>
<?php echo $eqsl_response; ?>
<?php } ?>
</div>
</div>