aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/info/acp_email.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/info/acp_email.php')
-rw-r--r--phpBB/includes/acp/info/acp_email.php38
1 files changed, 0 insertions, 38 deletions
diff --git a/phpBB/includes/acp/info/acp_email.php b/phpBB/includes/acp/info/acp_email.php
deleted file mode 100644
index 4ad7bca58b..0000000000
--- a/phpBB/includes/acp/info/acp_email.php
+++ /dev/null
@@ -1,38 +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_email_info
-{
- function module()
- {
- return array(
- 'filename' => 'acp_email',
- 'title' => 'ACP_MASS_EMAIL',
- 'version' => '1.0.0',
- 'modes' => array(
- 'email' => array('title' => 'ACP_MASS_EMAIL', 'auth' => 'acl_a_email && cfg_email_enable', 'cat' => array('ACP_GENERAL_TASKS')),
- ),
- );
- }
-
- function install()
- {
- }
-
- function uninstall()
- {
- }
-}
-
-
-?> \ No newline at end of file