1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-01 01:52:18 +01:00

Better grouping.

- no functional affect whatsoever.
This commit is contained in:
Jean Paul Galea 2015-07-21 20:53:13 +00:00
parent 0749db6e8f
commit 84e867a6eb

View File

@ -76,6 +76,7 @@ $myLog->log(LOG_DEBUG, "found protocol version $protocol_version");
*/
$h = getHttpVal('h', '');
$client = getHttpVal('id', 0);
$timestamp = getHttpVal('timestamp', 0);
$otp = getHttpVal('otp', '');
$otp = strtolower($otp);
@ -86,7 +87,6 @@ if (preg_match('/^[jxe.uidchtnbpygk]+$/', $otp))
$otp = $new_otp;
}
$timestamp = getHttpVal('timestamp', 0);
/**
* Construct response parameters