diff options
Diffstat (limited to 'phpBB/includes/acp/acp_bots.php')
-rw-r--r-- | phpBB/includes/acp/acp_bots.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/phpBB/includes/acp/acp_bots.php b/phpBB/includes/acp/acp_bots.php index d8435cbd60..720430481b 100644 --- a/phpBB/includes/acp/acp_bots.php +++ b/phpBB/includes/acp/acp_bots.php @@ -324,31 +324,4 @@ class acp_bots } } -/** -* @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'), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - - ?>
\ No newline at end of file |