include qrz.ru in the installer

This commit is contained in:
HB9HIL
2025-04-13 11:48:06 +02:00
parent 9cd13cee92
commit 853c69de98
2 changed files with 2 additions and 1 deletions

View File

@@ -222,7 +222,7 @@ class Core
$new = str_replace("%directory%", $data['directory'], $new);
$new = str_replace("%callbook%", $data['global_call_lookup'], $new);
$callbooks = ['qrz', 'hamqth', 'qrzcq'];
$callbooks = ['qrz', 'hamqth', 'qrzcq', 'qrzru'];
if (in_array($data['global_call_lookup'], $callbooks)) {
$c_username = '%' . $data['global_call_lookup'] . '_username%';

View File

@@ -360,6 +360,7 @@ if (!file_exists('.lock') && !file_exists('../application/config/config.php') &&
<option value="hamqth" selected>HamQTH</option>
<option value="qrz">QRZ.com</option>
<option value="qrzcq">QRZCQ.com</option>
<option value="qrzru">QRZ.ru</option>
</select>
</div>
<div class="row">