From ec87c015049da2c5cad534eef2e91ae5a3a2dd3a Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 24 Jul 2024 13:14:34 +0200 Subject: [PATCH] drop doubled locator input --- install/includes/core/core_class.php | 2 +- install/index.php | 17 +---------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/install/includes/core/core_class.php b/install/includes/core/core_class.php index dbf4403fb..25d7cc566 100644 --- a/install/includes/core/core_class.php +++ b/install/includes/core/core_class.php @@ -161,7 +161,7 @@ class Core // creating a unique encryption key $encryptionkey = uniqid(bin2hex(random_bytes(8)), false); - $new = str_replace("%baselocator%", $data['locator'], $database_file); + $new = str_replace("%baselocator%", $data['userlocator'], $database_file); $new = str_replace("%websiteurl%", $data['websiteurl'], $new); $new = str_replace("%directory%", $data['directory'], $new); $new = str_replace("%callbook%", $data['global_call_lookup'], $new); diff --git a/install/index.php b/install/index.php index 2e24f7c5d..5f689129f 100644 --- a/install/index.php +++ b/install/index.php @@ -328,13 +328,6 @@ if (!file_exists('.lock')) { -
- "> - -
- -
-