mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-20 01:52:15 +01:00
Added modified and otp parameter to sync requests from synclib
This commit is contained in:
parent
f04dcbc0e7
commit
1a620a1d1b
@ -55,7 +55,9 @@ class SyncLib
|
||||
}
|
||||
public function queue($modified, $otp, $identity, $counter, $use, $high, $low)
|
||||
{
|
||||
$info='yk_identity=' . $identity .
|
||||
$info='modified=' . $modified .
|
||||
'&otp=' . $otp .
|
||||
'&yk_identity=' . $identity .
|
||||
'&yk_counter=' . $counter .
|
||||
'&yk_use=' . $use .
|
||||
'&yk_high=' . $high .
|
||||
|
Loading…
x
Reference in New Issue
Block a user