From 93652d54f6984b1ad09a7e063d80f85a825b19ad Mon Sep 17 00:00:00 2001 From: Olov Danielson Date: Wed, 20 Jan 2010 14:06:57 +0000 Subject: [PATCH] Corrected spelling error for replayed_request --- ykval-verify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }