aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/ucp/info/ucp_attachments.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/ucp/info/ucp_attachments.php')
-rw-r--r--phpBB/modules/ucp/info/ucp_attachments.php37
1 files changed, 0 insertions, 37 deletions
diff --git a/phpBB/modules/ucp/info/ucp_attachments.php b/phpBB/modules/ucp/info/ucp_attachments.php
deleted file mode 100644
index 84edce446c..0000000000
--- a/phpBB/modules/ucp/info/ucp_attachments.php
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php
-/**
-*
-* @package ucp
-* @version $Id$
-* @copyright (c) 2005 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
-*
-*/
-
-/**
-* @package module_install
-*/
-class ucp_attachments_info
-{
- function module()
- {
- return array(
- 'filename' => 'ucp_attachments',
- 'title' => 'UCP_ATTACHMENTS',
- 'version' => '1.0.0',
- 'modes' => array(
- 'attachments' => array('title' => 'UCP_MAIN_ATTACHMENTS', 'auth' => 'acl_u_attach', 'cat' => array('UCP_MAIN')),
- ),
- );
- }
-
- function install()
- {
- }
-
- function uninstall()
- {
- }
-}
-
-?> \ No newline at end of file