aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/info/acp_board.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-06-28 02:43:44 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-06-28 02:43:44 +0000
commitc748c31fe5ea4983c66ab3b41ff359b0425f1fa5 (patch)
treeeb7697cbf0b489134168de41c949b6ab4362fbe1 /phpBB/includes/acp/info/acp_board.php
parentb451ced10e0b94b90da03d8c1c2fc0eed07534ff (diff)
downloadforums-c748c31fe5ea4983c66ab3b41ff359b0425f1fa5.tar
forums-c748c31fe5ea4983c66ab3b41ff359b0425f1fa5.tar.gz
forums-c748c31fe5ea4983c66ab3b41ff359b0425f1fa5.tar.bz2
forums-c748c31fe5ea4983c66ab3b41ff359b0425f1fa5.tar.xz
forums-c748c31fe5ea4983c66ab3b41ff359b0425f1fa5.zip
ketchup? catcher? catheter? no. CAPTCHA
- New CAPTCHA ACP, only lets you enable what you can actually use :D - CAPTCHA ACP also has a nifty demo link that lets you preview a CAPTCHA with the current settings that you enable. I hope it all works... git-svn-id: file:///svn/phpbb/trunk@6129 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/info/acp_board.php')
-rw-r--r--phpBB/includes/acp/info/acp_board.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/acp/info/acp_board.php b/phpBB/includes/acp/info/acp_board.php
index a8d6d5af51..e6a2372088 100644
--- a/phpBB/includes/acp/info/acp_board.php
+++ b/phpBB/includes/acp/info/acp_board.php
@@ -27,7 +27,6 @@ class acp_board_info
'post' => array('title' => 'ACP_POST_SETTINGS', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION')),
'signature' => array('title' => 'ACP_SIGNATURE_SETTINGS', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION')),
'registration' => array('title' => 'ACP_REGISTER_SETTINGS', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION')),
- 'visual' => array('title' => 'ACP_VC_SETTINGS', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION')),
'auth' => array('title' => 'ACP_AUTH_SETTINGS', 'auth' => 'acl_a_server', 'cat' => array('ACP_CLIENT_COMMUNICATION')),
'email' => array('title' => 'ACP_EMAIL_SETTINGS', 'auth' => 'acl_a_server', 'cat' => array('ACP_CLIENT_COMMUNICATION')),