1
0
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:
Jean Paul Galea 2015-07-24 10:55:34 +02:00
parent 231c1ad0c5
commit a6ad2e7d4b

View File

@ -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,