aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-06-26 23:46:40 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-06-26 23:46:40 +0200
commiteef50ae41bf59191ebc4b832d20e0ccab8e42935 (patch)
treee5005233199652a588cd5983e9839f3571058441 /phpBB/includes/acp
parent50135b0c6a04fd62f4ff7a6b39d7a2735490ec53 (diff)
parentcc4f1e401e0a7b493dc14439a956dbeb7d5736b1 (diff)
downloadforums-eef50ae41bf59191ebc4b832d20e0ccab8e42935.tar
forums-eef50ae41bf59191ebc4b832d20e0ccab8e42935.tar.gz
forums-eef50ae41bf59191ebc4b832d20e0ccab8e42935.tar.bz2
forums-eef50ae41bf59191ebc4b832d20e0ccab8e42935.tar.xz
forums-eef50ae41bf59191ebc4b832d20e0ccab8e42935.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12196] Fix typo in "referrer"
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r--phpBB/includes/acp/acp_board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php
index 74df9240a1..1811748c2f 100644
--- a/phpBB/includes/acp/acp_board.php
+++ b/phpBB/includes/acp/acp_board.php
@@ -410,7 +410,7 @@ class acp_board
'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),
- 'referer_validation' => array('lang' => 'REFERER_VALID', 'validate' => 'int:0:3','type' => 'custom', 'method' => 'select_ref_check', 'explain' => true),
+ 'referer_validation' => array('lang' => 'REFERRER_VALID', 'validate' => 'int:0:3','type' => 'custom', 'method' => 'select_ref_check', '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),
'max_pass_chars' => array('lang' => 'PASSWORD_LENGTH', 'validate' => 'int:8:255', 'type' => false, 'method' => false, 'explain' => false,),