function _botcha_valid_token in BOTCHA Spam Prevention 7
Same name and namespace in other branches
- 6 botcha.botcha.inc \_botcha_valid_token()
1 call to _botcha_valid_token()
File
- ./
botcha.botcha.inc, line 708 - Implementation of botcha form logic.
Code
function _botcha_valid_token($token) {
return $token == _botcha_get_token();
}