You are here

protected function BotchaRecipebookAbstract::getRecipeSecret in BOTCHA Spam Prevention 6.2

Same name and namespace in other branches
  1. 7.2 controller/botcha_recipebook.controller.inc \BotchaRecipebookAbstract::getRecipeSecret()
1 call to BotchaRecipebookAbstract::getRecipeSecret()
BotchaRecipebookAbstract::applyForBuildId in controller/botcha_recipebook.controller.inc

File

controller/botcha_recipebook.controller.inc, line 326
Controller layer of the BotchaRecipebook objects.

Class

BotchaRecipebookAbstract
@file Controller layer of the BotchaRecipebook objects.

Code

protected function getRecipeSecret($value) {
  return md5($value . BOTCHA_SECRET);
}