mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
clear not needed callbook credentials
This commit is contained in:
@@ -160,7 +160,11 @@ class Core
|
||||
if ($data['global_call_lookup'] == 'qrz') {
|
||||
$new = str_replace("%qrz_username%", $data['callbook_username'], $new);
|
||||
$new = str_replace("%qrz_password%", $data['callbook_password'], $new);
|
||||
$new = str_replace("%hamqth_username%", '', $new);
|
||||
$new = str_replace("%hamqth_password%", '', $new);
|
||||
} else {
|
||||
$new = str_replace("%qrz_username%", '', $new);
|
||||
$new = str_replace("%qrz_password%", '', $new);
|
||||
$new = str_replace("%hamqth_username%", $data['callbook_username'], $new);
|
||||
$new = str_replace("%hamqth_password%", $data['callbook_password'], $new);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user