mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
assign vars
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9762 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
69fb835a29
commit
7a5db8b55d
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ class phpbb_recaptcha extends phpbb_default_captcha
|
||||||
'RECAPTCHA_PUBKEY' => isset($config['recaptcha_pubkey']) ? $config['recaptcha_pubkey'] : '',
|
'RECAPTCHA_PUBKEY' => isset($config['recaptcha_pubkey']) ? $config['recaptcha_pubkey'] : '',
|
||||||
'RECAPTCHA_ERRORGET' => '',
|
'RECAPTCHA_ERRORGET' => '',
|
||||||
'S_RECAPTCHA_AVAILABLE' => $this->is_available(),
|
'S_RECAPTCHA_AVAILABLE' => $this->is_available(),
|
||||||
|
'S_CONFIRM_CODE' => true,
|
||||||
|
'S_TYPE' => $this->type,
|
||||||
));
|
));
|
||||||
|
|
||||||
return 'captcha_recaptcha.html';
|
return 'captcha_recaptcha.html';
|
||||||
|
|
Loading…
Add table
Reference in a new issue