aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_disallow.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_disallow.php')
-rw-r--r--phpBB/includes/acp/acp_disallow.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/phpBB/includes/acp/acp_disallow.php b/phpBB/includes/acp/acp_disallow.php
index 0a447a81de..53fde19048 100644
--- a/phpBB/includes/acp/acp_disallow.php
+++ b/phpBB/includes/acp/acp_disallow.php
@@ -85,31 +85,4 @@ class acp_disallow
}
}
-/**
-* @package module_install
-*/
-class acp_disallow_info
-{
- function module()
- {
- return array(
- 'filename' => 'acp_disallow',
- 'title' => 'ACP_DISALLOW',
- 'version' => '1.0.0',
- 'modes' => array(
- 'usernames' => array('title' => 'ACP_DISALLOW_USERNAMES', 'auth' => 'acl_a_names'),
- ),
- );
- }
-
- function install()
- {
- }
-
- function uninstall()
- {
- }
-}
-
-
?> \ No newline at end of file