aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/info/acp_jabber.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/info/acp_jabber.php')
-rw-r--r--phpBB/includes/acp/info/acp_jabber.php36
1 files changed, 0 insertions, 36 deletions
diff --git a/phpBB/includes/acp/info/acp_jabber.php b/phpBB/includes/acp/info/acp_jabber.php
deleted file mode 100644
index 7bcf7744e1..0000000000
--- a/phpBB/includes/acp/info/acp_jabber.php
+++ /dev/null
@@ -1,36 +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_jabber_info
-{
- function module()
- {
- return array(
- 'filename' => 'acp_jabber',
- 'title' => 'ACP_JABBER_SETTINGS',
- 'version' => '1.0.0',
- 'modes' => array(
- 'settings' => array('title' => 'ACP_JABBER_SETTINGS', 'auth' => 'acl_a_jabber', 'cat' => array('ACP_CLIENT_COMMUNICATION')),
- ),
- );
- }
-
- function install()
- {
- }
-
- function uninstall()
- {
- }
-}
-?> \ No newline at end of file