mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Created an LOTW config file.
This commit is contained in:
20
application/config/lotw.php
Normal file
20
application/config/lotw.php
Normal file
@@ -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'] = "";
|
||||
|
||||
Reference in New Issue
Block a user