diff options
Diffstat (limited to 'phpBB/includes/acp/acp_main.php')
-rw-r--r-- | phpBB/includes/acp/acp_main.php | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/phpBB/includes/acp/acp_main.php b/phpBB/includes/acp/acp_main.php index a753e124f1..0f5da1cb27 100644 --- a/phpBB/includes/acp/acp_main.php +++ b/phpBB/includes/acp/acp_main.php @@ -404,30 +404,4 @@ class acp_main } } -/** -* @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' => ''), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - ?>
\ No newline at end of file |