aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/mcp/info/mcp_logs.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/mcp/info/mcp_logs.php')
-rw-r--r--phpBB/modules/mcp/info/mcp_logs.php39
1 files changed, 0 insertions, 39 deletions
diff --git a/phpBB/modules/mcp/info/mcp_logs.php b/phpBB/modules/mcp/info/mcp_logs.php
deleted file mode 100644
index fe2f9fa1d7..0000000000
--- a/phpBB/modules/mcp/info/mcp_logs.php
+++ /dev/null
@@ -1,39 +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_logs_info
-{
- function module()
- {
- return array(
- 'filename' => 'mcp_logs',
- 'title' => 'MCP_LOGS',
- 'version' => '1.0.0',
- 'modes' => array(
- 'front' => array('title' => 'MCP_LOGS_FRONT', 'auth' => 'acl_m_ || aclf_m_', 'cat' => array('MCP_LOGS')),
- 'forum_logs' => array('title' => 'MCP_LOGS_FORUM_VIEW', 'auth' => 'acl_m_,$id', 'cat' => array('MCP_LOGS')),
- 'topic_logs' => array('title' => 'MCP_LOGS_TOPIC_VIEW', 'auth' => 'acl_m_,$id', 'cat' => array('MCP_LOGS')),
- ),
- );
- }
-
- function install()
- {
- }
-
- function uninstall()
- {
- }
-}
-
-?> \ No newline at end of file