1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Initial commit of user note support for the mcp

git-svn-id: file:///svn/phpbb/trunk@5314 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2005-11-28 21:01:40 +00:00
parent 6d101df7dc
commit ba6f40ce25
7 changed files with 347 additions and 41 deletions

View File

@@ -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;
}
}
/**