Bernd Wurst commited on 2024-06-03 13:01:29
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -95,7 +95,7 @@ function edit_dyndns_account($id, $handle, $password_http, $sshkey) |
| 95 | 95 |
$id = (int) $id; |
| 96 | 96 |
$oldaccount = get_dyndns_account($id); |
| 97 | 97 |
$handle = verify_input_identifier($handle); |
| 98 |
- $sshkey = verify_input_ascii($sshkey); |
|
| 98 |
+ $sshkey = filter_ssh_key($sshkey); |
|
| 99 | 99 |
if (trim($sshkey) == '') {
|
| 100 | 100 |
$sshkey = null; |
| 101 | 101 |
} |
| 102 | 102 |