From 853c69de98225772ca19f6c23250b7fc2639fc20 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 13 Apr 2025 11:48:06 +0200 Subject: [PATCH] include qrz.ru in the installer --- install/includes/core/core_class.php | 2 +- install/index.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/install/includes/core/core_class.php b/install/includes/core/core_class.php index f305682cb..48a22980a 100644 --- a/install/includes/core/core_class.php +++ b/install/includes/core/core_class.php @@ -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%'; diff --git a/install/index.php b/install/index.php index 1a2d6a0cc..c7d54add9 100644 --- a/install/index.php +++ b/install/index.php @@ -360,6 +360,7 @@ if (!file_exists('.lock') && !file_exists('../application/config/config.php') && +