drop doubled locator input

This commit is contained in:
HB9HIL
2024-07-24 13:14:34 +02:00
parent 20886e5d69
commit ec87c01504
2 changed files with 2 additions and 17 deletions

View File

@@ -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);