Merge branch 'dev' into alpha

This commit is contained in:
HB9HIL
2024-06-13 15:00:16 +02:00
committed by GitHub
10 changed files with 47 additions and 4 deletions

View File

@@ -676,7 +676,7 @@ $config['proxy_ips'] = '';
|
*/
$config['userdata'] = 'userdata';
$config['userdata'] = 'userdata';
/*
|--------------------------------------------------------------------------
@@ -695,3 +695,6 @@ $config['disable_manual_qrz'] = false;
# Disables QSL-Image-Feature if true. if non-existant or false the QSL-Feature is enabled
$config['disable_qsl'] = false;
# Disables OQRS-Feature if true. if non-existant or false the OQRS-Feature is enabled
$config['disable_oqrs'] = false;