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

Added modified and otp parameter to sync requests from synclib

This commit is contained in:
Olov Danielson 2009-12-03 11:58:55 +00:00
parent f04dcbc0e7
commit 1a620a1d1b

View File

@ -55,7 +55,9 @@ class SyncLib
} }
public function queue($modified, $otp, $identity, $counter, $use, $high, $low) 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_counter=' . $counter .
'&yk_use=' . $use . '&yk_use=' . $use .
'&yk_high=' . $high . '&yk_high=' . $high .