mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-08 03:54:20 +01:00
Better grouping.
- no functional affect whatsoever.
This commit is contained in:
parent
0749db6e8f
commit
84e867a6eb
@ -76,6 +76,7 @@ $myLog->log(LOG_DEBUG, "found protocol version $protocol_version");
|
|||||||
*/
|
*/
|
||||||
$h = getHttpVal('h', '');
|
$h = getHttpVal('h', '');
|
||||||
$client = getHttpVal('id', 0);
|
$client = getHttpVal('id', 0);
|
||||||
|
$timestamp = getHttpVal('timestamp', 0);
|
||||||
$otp = getHttpVal('otp', '');
|
$otp = getHttpVal('otp', '');
|
||||||
|
|
||||||
$otp = strtolower($otp);
|
$otp = strtolower($otp);
|
||||||
@ -86,7 +87,6 @@ if (preg_match('/^[jxe.uidchtnbpygk]+$/', $otp))
|
|||||||
$otp = $new_otp;
|
$otp = $new_otp;
|
||||||
}
|
}
|
||||||
|
|
||||||
$timestamp = getHttpVal('timestamp', 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Construct response parameters
|
* Construct response parameters
|
||||||
|
Loading…
x
Reference in New Issue
Block a user