mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-01 01:52:18 +01:00
Cosmetic changes.
This commit is contained in:
parent
231c1ad0c5
commit
a6ad2e7d4b
@ -445,8 +445,8 @@ if ($sessionCounter == $seenSessionCounter && $sessionUse > $seenSessionUse)
|
||||
}
|
||||
|
||||
$lastTime = $lastTime .' (' . $ad['accessed'] . ')';
|
||||
$now = $now . ' (' . strftime("%Y-%m-%d %H:%M:%S", $now). ')';
|
||||
$dev_s_or_p = $deviation . ' secs or '.round(100*$percent) . '%';
|
||||
$now = $now . ' (' . strftime('%Y-%m-%d %H:%M:%S', $now). ')';
|
||||
$dev_s_or_p = $deviation . ' secs or '.round(100 * $percent) . '%';
|
||||
$data = array(
|
||||
'seen' => $seenTs,
|
||||
'this' => $ts,
|
||||
|
Loading…
x
Reference in New Issue
Block a user