diff options
Diffstat (limited to 'phpBB/includes/acp/info/acp_captcha.php')
-rw-r--r-- | phpBB/includes/acp/info/acp_captcha.php | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/phpBB/includes/acp/info/acp_captcha.php b/phpBB/includes/acp/info/acp_captcha.php deleted file mode 100644 index b2541c252c..0000000000 --- a/phpBB/includes/acp/info/acp_captcha.php +++ /dev/null @@ -1,38 +0,0 @@ -<?php -/** -* -* @package acp -* @version $Id$ -* @copyright (c) 2005 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License -* -*/ - -/** -* @package module_install -*/ -class acp_captcha_info -{ - function module() - { - return array( - 'filename' => 'acp_captcha', - 'title' => 'ACP_CAPTCHA', - 'version' => '1.0.0', - 'modes' => array( - 'visual' => array('title' => 'ACP_VC_SETTINGS', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION')), - 'img' => array('title' => 'ACP_VC_CAPTCHA_DISPLAY', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION'), 'display' => false) - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - -?>
\ No newline at end of file |