diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-01-31 23:49:17 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-03 14:20:28 +0100 |
| commit | c1035c98e455548fe14fbf5443bb98137d4e3d5d (patch) | |
| tree | c867449b293d17115647ad4010c96dbbcc07e6fa /phpBB/includes/acp/info/acp_send_statistics.php | |
| parent | 6f315da9ab3eaa8e680414eeed6d763a9e2102b6 (diff) | |
| download | forums-c1035c98e455548fe14fbf5443bb98137d4e3d5d.tar forums-c1035c98e455548fe14fbf5443bb98137d4e3d5d.tar.gz forums-c1035c98e455548fe14fbf5443bb98137d4e3d5d.tar.bz2 forums-c1035c98e455548fe14fbf5443bb98137d4e3d5d.tar.xz forums-c1035c98e455548fe14fbf5443bb98137d4e3d5d.zip | |
[ticket/14492] Rename files to help_phpbb and fix css tabbing
PHPBB3-14492
Diffstat (limited to 'phpBB/includes/acp/info/acp_send_statistics.php')
| -rw-r--r-- | phpBB/includes/acp/info/acp_send_statistics.php | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/phpBB/includes/acp/info/acp_send_statistics.php b/phpBB/includes/acp/info/acp_send_statistics.php deleted file mode 100644 index a0db1a48c4..0000000000 --- a/phpBB/includes/acp/info/acp_send_statistics.php +++ /dev/null @@ -1,34 +0,0 @@ -<?php -/** -* -* This file is part of the phpBB Forum Software package. -* -* @copyright (c) phpBB Limited <https://www.phpbb.com> -* @license GNU General Public License, version 2 (GPL-2.0) -* -* For full copyright and license information, please see -* the docs/CREDITS.txt file. -* -*/ - -class acp_send_statistics_info -{ - function module() - { - return array( - 'filename' => 'acp_send_statistics', - 'title' => 'ACP_SEND_STATISTICS', - 'modes' => array( - 'send_statistics' => array('title' => 'ACP_SEND_STATISTICS', 'auth' => 'acl_a_server', 'cat' => array('ACP_SERVER_CONFIGURATION')), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} |
