diff options
Diffstat (limited to 'phpBB/modules/acp/info/acp_bots.php')
-rw-r--r-- | phpBB/modules/acp/info/acp_bots.php | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/phpBB/modules/acp/info/acp_bots.php b/phpBB/modules/acp/info/acp_bots.php deleted file mode 100644 index 45087f9225..0000000000 --- a/phpBB/modules/acp/info/acp_bots.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_bots_info -{ - function module() - { - return array( - 'filename' => 'acp_bots', - 'title' => 'ACP_BOTS', - 'version' => '1.0.0', - 'modes' => array( - 'bots' => array('title' => 'ACP_BOTS', 'auth' => 'acl_a_bots', 'cat' => array('ACP_GENERAL_TASKS')), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - - -?>
\ No newline at end of file |