diff --git a/ykval-verify.php b/ykval-verify.php index 241dc34..cd88133 100644 --- a/ykval-verify.php +++ b/ykval-verify.php @@ -221,7 +221,7 @@ $otpParams=array('modified'=>time(), if ($sync->countersEqual($localParams, $otpParams) && $localParams['nonce']==$otpParams['nonce']) { $myLog->log(LOG_WARNING, 'Replayed request'); - sendResp(S_REPLAYED_REQUEST, $apikey, $extra); + sendResp(S_REPLAYED_REQUEST, $apiKey, $extra); exit; }