From 84e867a6eb5127f9a9eebe7d12a8a935fc67eae3 Mon Sep 17 00:00:00 2001 From: Jean Paul Galea Date: Tue, 21 Jul 2015 20:53:13 +0000 Subject: [PATCH] Better grouping. - no functional affect whatsoever. --- ykval-verify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ykval-verify.php b/ykval-verify.php index 15d0555..b012877 100644 --- a/ykval-verify.php +++ b/ykval-verify.php @@ -76,6 +76,7 @@ $myLog->log(LOG_DEBUG, "found protocol version $protocol_version"); */ $h = getHttpVal('h', ''); $client = getHttpVal('id', 0); +$timestamp = getHttpVal('timestamp', 0); $otp = getHttpVal('otp', ''); $otp = strtolower($otp); @@ -86,7 +87,6 @@ if (preg_match('/^[jxe.uidchtnbpygk]+$/', $otp)) $otp = $new_otp; } -$timestamp = getHttpVal('timestamp', 0); /** * Construct response parameters