From dc05f692c9e5b93443e01bf805425ad7d563e706 Mon Sep 17 00:00:00 2001 From: Christoph Kottke Date: Thu, 13 Jun 2024 12:13:16 +0200 Subject: [PATCH] * [OQRS] also add the configuration switch in the installer --- install/config/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/config/config.php b/install/config/config.php index 645552163..4351f5833 100644 --- a/install/config/config.php +++ b/install/config/config.php @@ -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;