mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-08 03:54:20 +01:00
Fix bug.
- argument to sprintf, not concat to first argument!
This commit is contained in:
parent
c99fdb2129
commit
eec70dad47
@ -456,7 +456,7 @@ if ($sessionCounter == $seenSessionCounter && $sessionUse > $seenSessionUse)
|
||||
'delta' => $tsDiff,
|
||||
'secs' => $tsDelta,
|
||||
'accessed' => sprintf('%s (%s)', $lastTime, $ad['accessed']),
|
||||
'now' => sprintf('%s (%s)'. $now, date('Y-m-d H:i:s', $now)),
|
||||
'now' => sprintf('%s (%s)', $now, date('Y-m-d H:i:s', $now)),
|
||||
'elapsed' => $elapsed,
|
||||
'deviation' => sprintf('%s secs or %s%%', $deviation, round(100 * $percent)),
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user