mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
21 lines
543 B
PHP
21 lines
543 B
PHP
|
<?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'] = "";
|
||
|
|