Created an LOTW config file.
这个提交包含在:
父节点
5f2542e9f1
当前提交
adc4f896d3
共有 1 个文件被更改,包括 20 次插入 和 0 次删除
20
application/config/lotw.php
普通文件
20
application/config/lotw.php
普通文件
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?php
|
||||||
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||||
|
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* Configuration file for all things relating to LOTW
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Folder location for storing P12 certficiate files on the system
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| If you want to show QSO-times (additional to the date) on the dashboard
|
||||||
|
| and on QSO-detail-view, set this to TRUE, otherwise set it to FALSE
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
$config['lotw_keys_folder'] = "";
|
||||||
|
|
||||||
正在加载…
在新工单中引用