mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-01 01:52:18 +01:00
Fix.
- introduced bug in 0d03c2be29d394a7a8a9c9617481f4b6a5ff0556.
This commit is contained in:
parent
069660e4ef
commit
f3fc957431
@ -61,7 +61,7 @@ function getHttpVal($key, $defaultVal) {
|
||||
$val = $_POST[$key];
|
||||
}
|
||||
$v = trim($val);
|
||||
$v = str_replace('\\', "", $val);
|
||||
$v = str_replace('\\', "", $v);
|
||||
return $v;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user