diff options
Diffstat (limited to 'phpBB/includes/mcp/info/mcp_warn.php')
-rw-r--r-- | phpBB/includes/mcp/info/mcp_warn.php | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/phpBB/includes/mcp/info/mcp_warn.php b/phpBB/includes/mcp/info/mcp_warn.php deleted file mode 100644 index 2b0b09f75a..0000000000 --- a/phpBB/includes/mcp/info/mcp_warn.php +++ /dev/null @@ -1,40 +0,0 @@ -<?php -/** -* -* @package mcp -* @version $Id$ -* @copyright (c) 2005 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License -* -*/ - -/** -* @package module_install -*/ -class mcp_warn_info -{ - function module() - { - return array( - 'filename' => 'mcp_warn', - 'title' => 'MCP_WARN', - 'version' => '1.0.0', - 'modes' => array( - 'front' => array('title' => 'MCP_WARN_FRONT', 'auth' => 'aclf_m_warn', 'cat' => array('MCP_WARN')), - 'list' => array('title' => 'MCP_WARN_LIST', 'auth' => 'aclf_m_warn', 'cat' => array('MCP_WARN')), - 'warn_user' => array('title' => 'MCP_WARN_USER', 'auth' => 'aclf_m_warn', 'cat' => array('MCP_WARN')), - 'warn_post' => array('title' => 'MCP_WARN_POST', 'auth' => 'acl_m_warn && acl_f_read,$id', 'cat' => array('MCP_WARN')), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - -?>
\ No newline at end of file |