mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
spaces
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10413 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b4d8a0e538
commit
f7f3471e3f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class acp_captcha
|
||||||
'enable_post_confirm' => array('tpl' => 'POST_ENABLE', 'default' => false),
|
'enable_post_confirm' => array('tpl' => 'POST_ENABLE', 'default' => false),
|
||||||
'confirm_refresh' => array('tpl' => 'CONFIRM_REFRESH', 'default' => false),
|
'confirm_refresh' => array('tpl' => 'CONFIRM_REFRESH', 'default' => false),
|
||||||
'max_reg_attempts' => array('tpl' => 'REG_LIMIT', 'default' => 0),
|
'max_reg_attempts' => array('tpl' => 'REG_LIMIT', 'default' => 0),
|
||||||
'max_login_attempts' => array('tpl' => 'MAX_LOGIN_ATTEMPTS', 'default' => 0),
|
'max_login_attempts' => array('tpl' => 'MAX_LOGIN_ATTEMPTS', 'default' => 0),
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->tpl_name = 'acp_captcha';
|
$this->tpl_name = 'acp_captcha';
|
||||||
|
|
Loading…
Add table
Reference in a new issue