prepared config

This commit is contained in:
HB9HIL
2024-06-25 23:29:54 +02:00
parent 1fbaa6f68a
commit 8b0fc6dcae
2 changed files with 76 additions and 3 deletions

View File

@@ -693,8 +693,43 @@ $config['disable_manual_eqsl'] = false;
$config['disable_manual_hrdlog'] = false;
$config['disable_manual_qrz'] = false;
# Disables QSL-Image-Feature if true. if non-existant or false the QSL-Feature is enabled
/*
|--------------------------------------------------------------------------
| Disables QSL-Image-Feature
|--------------------------------------------------------------------------
|
| This disabled the whole QSL image feature if you don't need it and want to hide it.
| Set to true will hide all QSL image related stuff in Wavelog
|
*/
$config['disable_qsl'] = false;
# Disables OQRS-Feature if true. if non-existant or false the OQRS-Feature is enabled
/*
|--------------------------------------------------------------------------
| Disables OQRS-Feature
|--------------------------------------------------------------------------
|
| This disabled the whole OQRS feature if you don't need it and want to hide it.
| Set to true will hide all OQRS related stuff in Wavelog
|
*/
$config['disable_oqrs'] = false;
/*
|--------------------------------------------------------------------------
| Special Callsign Feature
|--------------------------------------------------------------------------
|
| This config switch is meant to use for Special Callsign operations in a dedicated Wavelog Installation
| If this switch is set to true it will enable a dialog which pops up for each operator after login
| to ask for his personal callsign. This causes the QSOs to get saved with the correct operator data.
| Example: Special Callsign: DL250CDF
| Operator: DF2TG
|
| More Information about this feature and how to use it, you can find here: TODO add link to Wiki
|
*/
$config['special_callsign'] = false;