summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/Nonce.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Nonce.php b/Auth/OpenID/Nonce.php
index 71a33e1..25e3638 100644
--- a/Auth/OpenID/Nonce.php
+++ b/Auth/OpenID/Nonce.php
@@ -74,7 +74,7 @@ function Auth_OpenID_checkTimestamp($nonce_string,
}
if ($now === null) {
- $now = time();
+ $now = gmmktime();
}
$stamp = $parts[0];