aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_forums.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_forums.php')
-rw-r--r--phpBB/includes/acp/acp_forums.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php
index a7a5fd05da..cc9df44f62 100644
--- a/phpBB/includes/acp/acp_forums.php
+++ b/phpBB/includes/acp/acp_forums.php
@@ -1434,31 +1434,4 @@ class acp_forums
}
-
-/**
-* @package module_install
-*/
-class acp_forums_info
-{
- function module()
- {
- return array(
- 'filename' => 'acp_forums',
- 'title' => 'ACP_FORUM_MANAGEMENT',
- 'version' => '1.0.0',
- 'modes' => array(
- 'manage' => array('title' => 'ACP_MANAGE_FORUMS', 'auth' => 'acl_a_forum'),
- ),
- );
- }
-
- function install()
- {
- }
-
- function uninstall()
- {
- }
-}
-
?> \ No newline at end of file