aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_main.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2005-11-28 21:01:40 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2005-11-28 21:01:40 +0000
commitba6f40ce2542b87c7110dd9e38e4c0386b22da81 (patch)
treea50ce939593b14962190a22d7f428cdea151396c /phpBB/includes/mcp/mcp_main.php
parent6d101df7dc3dc6f5542ccb11d626dcacbd148de6 (diff)
downloadforums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.tar
forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.tar.gz
forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.tar.bz2
forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.tar.xz
forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.zip
Initial commit of user note support for the mcp
git-svn-id: file:///svn/phpbb/trunk@5314 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_main.php')
-rw-r--r--phpBB/includes/mcp/mcp_main.php20
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;
- }
}
/**