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