aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_ranks.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_ranks.php')
-rw-r--r--phpBB/includes/acp/acp_ranks.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/phpBB/includes/acp/acp_ranks.php b/phpBB/includes/acp/acp_ranks.php
index 3e36f10af1..1b9ade9f55 100644
--- a/phpBB/includes/acp/acp_ranks.php
+++ b/phpBB/includes/acp/acp_ranks.php
@@ -199,30 +199,4 @@ class acp_ranks
}
}
-/**
-* @package module_install
-*/
-class acp_ranks_info
-{
- function module()
- {
- return array(
- 'filename' => 'acp_ranks',
- 'title' => 'ACP_RANKS',
- 'version' => '1.0.0',
- 'modes' => array(
- 'ranks' => array('title' => 'ACP_MANAGE_RANKS', 'auth' => 'acl_a_ranks'),
- ),
- );
- }
-
- function install()
- {
- }
-
- function uninstall()
- {
- }
-}
-
?> \ No newline at end of file