aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_search.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_search.php')
-rw-r--r--phpBB/includes/acp/acp_search.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/phpBB/includes/acp/acp_search.php b/phpBB/includes/acp/acp_search.php
index 3b40d0d61c..58bcd66ec0 100644
--- a/phpBB/includes/acp/acp_search.php
+++ b/phpBB/includes/acp/acp_search.php
@@ -494,31 +494,4 @@ class acp_search
}
}
-/**
-* @package module_install
-*/
-class acp_search_info
-{
- function module()
- {
- return array(
- 'filename' => 'acp_search',
- 'title' => 'ACP_SEARCH',
- 'version' => '1.0.0',
- 'modes' => array(
- 'settings' => array('title' => 'ACP_SEARCH_SETTINGS', 'auth' => 'acl_a_search'),
- 'index' => array('title' => 'ACP_SEARCH_INDEX', 'auth' => 'acl_a_search'),
- ),
- );
- }
-
- function install()
- {
- }
-
- function uninstall()
- {
- }
-}
-
?> \ No newline at end of file