diff options
Diffstat (limited to 'phpBB/includes/mcp/mcp_main.php')
-rw-r--r-- | phpBB/includes/mcp/mcp_main.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php index 22e9d520f5..cbe8227bae 100644 --- a/phpBB/includes/mcp/mcp_main.php +++ b/phpBB/includes/mcp/mcp_main.php @@ -183,26 +183,6 @@ class mcp_main trigger_error("Unknown mode: $mode"); } } - - function install() - { - } - - function uninstall() - { - } - - function module() - { - $details = array( - 'name' => 'MCP - Main', - 'description' => 'Front end for Moderator Control Panel', - 'filename' => 'main', - 'version' => '0.1.0', - 'phpbbversion' => '2.2.0' - ); - return $details; - } } /** |