diff --git a/verify.php b/verify.php index 9980b69..9077c7f 100644 --- a/verify.php +++ b/verify.php @@ -146,7 +146,7 @@ if ($sessionCounter == $seenSessionCounter && $sessionUse > $seenSessionUse) { round(100*$percent) . '%'); if ($deviation > TS_ABS_TOLERANCE && $percent > TS_REL_TOLERANCE) { debug("OTP failed phishing test"); - if ($ad['chk_time']) { + if ($cd['chk_time']) { sendResp(S_DELAYED_OTP); exit; }