Fixed variable typo in LoTW
这个提交包含在:
父节点
e60ed1519c
当前提交
e5f0eb03e8
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -435,7 +435,7 @@ class Lotw extends CI_Controller {
|
|||
|
||||
// Read Cert Data
|
||||
$certdata= openssl_x509_parse($results['cert'],0);
|
||||
|
||||
|
||||
// Store Variables
|
||||
$data['issued_callsign'] = $certdata['subject']['undefined'];
|
||||
$data['issued_name'] = $certdata['subject']['commonName'];
|
||||
|
|
@ -637,7 +637,7 @@ class Lotw extends CI_Controller {
|
|||
$config['upload_path'] = './uploads/';
|
||||
$file = $config['upload_path'] . 'lotwreport_download.adi';
|
||||
if (file_exists($file) && ! is_writable($file)) {
|
||||
$result.= "Temporary download file ".$file." is not writable. Aborting!";
|
||||
$results .= "Temporary download file ".$file." is not writable. Aborting!";
|
||||
}
|
||||
|
||||
// Get credentials for LoTW
|
||||
|
|
|
|||
正在加载…
在新工单中引用