Centralize unsupported prop modes variable

This commit is contained in:
phl0
2024-07-12 09:29:09 +02:00
parent f9b03fb8e5
commit ca6db420f7
3 changed files with 20 additions and 14 deletions

View File

@@ -11,9 +11,24 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|--------------------------------------------------------------------------
| Folder location for storing P12 certificate files on the system
|--------------------------------------------------------------------------
|
|
| This folder must be outside of your www root for security reasons
|
*/
$config['lotw_keys_folder'] = "";
/*
|--------------------------------------------------------------------------
| Propagation modes that are not supported by LoTW
|--------------------------------------------------------------------------
|
| As per tqsl config the following propagation modes are not supported by
| LoTW and ignored. So Wavelog will not handle them during LoTW sync.
| As per tqsl v2.7.3 these modes are:
| - RPT
| - INTERNET
| Please do not edit!
|
*/
$config['lotw_unsupported_prop_modes'] = array('INTERNET', 'RPT');