• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/classes/general/captcha.php
  • Класс: CCaptcha
  • Вызов: CCaptcha::GetCodeCrypt
function GetCodeCrypt()
{
	if (!defined("CAPTCHA_COMPATIBILITY"))
		return $this->sid;

	return $this->codeCrypt;
}