You are here

function _botcha_valid_token in BOTCHA Spam Prevention 7

Same name and namespace in other branches
  1. 6 botcha.botcha.inc \_botcha_valid_token()
1 call to _botcha_valid_token()
_botcha_get_form_cache in ./botcha.botcha.inc

File

./botcha.botcha.inc, line 708
Implementation of botcha form logic.

Code

function _botcha_valid_token($token) {
  return $token == _botcha_get_token();
}