Update code_sniffer build.xml file to be executable on our system
[phpbb.git] / phpBB / modules / acp / info / acp_words.php
bloba2417f8a7ffa577d94e0d74a5051d2107d16ac2b
1 <?php
2 /**
4 * @package acp
5 * @version $Id$
6 * @copyright (c) 2005 phpBB Group
7 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9 */
11 /**
12 * @package module_install
14 class acp_words_info
16 function module()
18 return array(
19 'filename' => 'acp_words',
20 'title' => 'ACP_WORDS',
21 'version' => '1.0.0',
22 'modes' => array(
23 'words' => array('title' => 'ACP_WORDS', 'auth' => 'acl_a_words', 'cat' => array('ACP_MESSAGES')),
28 function install()
32 function uninstall()