* [OQRS] also add the configuration switch in the installer

This commit is contained in:
Christoph Kottke
2024-06-13 12:13:16 +02:00
parent b03872324b
commit dc05f692c9

View File

@@ -692,3 +692,6 @@ $config['disable_manual_lotw'] = false;
$config['disable_manual_eqsl'] = false;
$config['disable_manual_hrdlog'] = false;
$config['disable_manual_qrz'] = false;
# Disables OQRS-Feature if true. if non-existant or false the OQRS-Feature is enabled
$config['disable_oqrs'] = false;