change to 300 seconds

This commit is contained in:
apollopy 2015-08-21 20:02:42 +08:00
parent c496df98e4
commit ace42e89e0

View File

@ -84,7 +84,7 @@ class MAC extends AbstractTokenType implements TokenTypeInterface
return;
}
if (abs($params->get('ts') - time()) > 3600) {
if (abs($params->get('ts') - time()) > 300) {
return;
}