diff options
Diffstat (limited to 'phpBB/modules/acp/acp_captcha.php')
| -rw-r--r-- | phpBB/modules/acp/acp_captcha.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/modules/acp/acp_captcha.php b/phpBB/modules/acp/acp_captcha.php index e4a269aaed..3ffefa85a1 100644 --- a/phpBB/modules/acp/acp_captcha.php +++ b/phpBB/modules/acp/acp_captcha.php @@ -52,6 +52,8 @@ class acp_captcha $config_vars = array( 'enable_confirm' => 'REG_ENABLE', 'enable_post_confirm' => 'POST_ENABLE', + 'confirm_refresh' => 'CONFIRM_REFRESH', + 'captcha_gd' => 'CAPTCHA_GD', ); $this->tpl_name = 'acp_captcha'; |
