aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/acp/info/acp_main.php')
-rw-r--r--phpBB/modules/acp/info/acp_main.php37
1 files changed, 0 insertions, 37 deletions
diff --git a/phpBB/modules/acp/info/acp_main.php b/phpBB/modules/acp/info/acp_main.php
deleted file mode 100644
index 5574cc40d1..0000000000
--- a/phpBB/modules/acp/info/acp_main.php
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php
-/**
-*
-* @package acp
-* @version $Id$
-* @copyright (c) 2005 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
-*
-*/
-
-/**
-* @package module_install
-*/
-class acp_main_info
-{
- function module()
- {
- return array(
- 'filename' => 'acp_main',
- 'title' => 'ACP_INDEX',
- 'version' => '1.0.0',
- 'modes' => array(
- 'main' => array('title' => 'ACP_INDEX', 'auth' => '', 'cat' => array('ACP_CAT_GENERAL')),
- ),
- );
- }
-
- function install()
- {
- }
-
- function uninstall()
- {
- }
-}
-
-?> \ No newline at end of file