mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
drop doubled locator input
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user