diff options
| author | Nils Adermann <naderman@naderman.de> | 2006-12-10 20:13:46 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2006-12-10 20:13:46 +0000 |
| commit | 81832ca6452edc04085d8e098132694121700780 (patch) | |
| tree | 8abc020393cdde4c8354da5e4a96f9a42fdb9325 /phpBB/includes/acp/acp_board.php | |
| parent | 9b03d2a67e5d295d8b50d6b180c22cfcfc0d6742 (diff) | |
| download | forums-81832ca6452edc04085d8e098132694121700780.tar forums-81832ca6452edc04085d8e098132694121700780.tar.gz forums-81832ca6452edc04085d8e098132694121700780.tar.bz2 forums-81832ca6452edc04085d8e098132694121700780.tar.xz forums-81832ca6452edc04085d8e098132694121700780.zip | |
I'm a little oblivious today ;-)
git-svn-id: file:///svn/phpbb/trunk@6744 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_board.php')
| -rw-r--r-- | phpBB/includes/acp/acp_board.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php index d67cfba2f3..9638accc26 100644 --- a/phpBB/includes/acp/acp_board.php +++ b/phpBB/includes/acp/acp_board.php @@ -306,6 +306,7 @@ class acp_board 'max_autologin_time' => array('lang' => 'AUTOLOGIN_LENGTH', 'validate' => 'int', 'type' => 'text:5:5', 'explain' => true), 'ip_check' => array('lang' => 'IP_VALID', 'validate' => 'int', 'type' => 'custom', 'method' => 'select_ip_check', 'explain' => true), 'browser_check' => array('lang' => 'BROWSER_VALID', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), + 'forwarded_for_check' => array('lang' => 'FORWARDED_FOR_VALID', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'check_dnsbl' => array('lang' => 'CHECK_DNSBL', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'email_check_mx' => array('lang' => 'EMAIL_CHECK_MX', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'pass_complex' => array('lang' => 'PASSWORD_TYPE', 'validate' => 'string', 'type' => 'select', 'method' => 'select_password_chars', 'explain' => true), |
