aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_ban.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/mcp/mcp_ban.php')
-rw-r--r--phpBB/includes/mcp/mcp_ban.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/phpBB/includes/mcp/mcp_ban.php b/phpBB/includes/mcp/mcp_ban.php
index 2ae9710d03..ab13cce136 100644
--- a/phpBB/includes/mcp/mcp_ban.php
+++ b/phpBB/includes/mcp/mcp_ban.php
@@ -109,32 +109,4 @@ class mcp_ban
}
}
-/**
-* @package module_install
-*/
-class mcp_ban_info
-{
- function module()
- {
- return array(
- 'filename' => 'mcp_ban',
- 'title' => 'MCP_BAN',
- 'version' => '1.0.0',
- 'modes' => array(
- 'email' => array('title' => 'MCP_BAN_EMAILS', 'auth' => 'acl_m_ban'),
- 'ip' => array('title' => 'MCP_BAN_IPS', 'auth' => 'acl_m_ban'),
- 'user' => array('title' => 'MCP_BAN_USERNAMES', 'auth' => 'acl_m_ban'),
- ),
- );
- }
-
- function install()
- {
- }
-
- function uninstall()
- {
- }
-}
-
?> \ No newline at end of file