Blame Identity/Webenv/phpBB/3.0.4/includes/acp/info/acp_words.php

ef5584
ef5584
/**
ef5584
*
ef5584
* @package acp
ef5584
* @version $Id: acp_words.php 8479 2008-03-29 00:22:48Z naderman $
ef5584
* @copyright (c) 2005 phpBB Group
ef5584
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
ef5584
*
ef5584
*/
ef5584
ef5584
/**
ef5584
* @package module_install
ef5584
*/
ef5584
class acp_words_info
ef5584
{
ef5584
	function module()
ef5584
	{
ef5584
		return array(
ef5584
			'filename'	=> 'acp_words',
ef5584
			'title'		=> 'ACP_WORDS',
ef5584
			'version'	=> '1.0.0',
ef5584
			'modes'		=> array(
ef5584
				'words'		=> array('title' => 'ACP_WORDS', 'auth' => 'acl_a_words', 'cat' => array('ACP_MESSAGES')),
ef5584
			),
ef5584
		);
ef5584
	}
ef5584
ef5584
	function install()
ef5584
	{
ef5584
	}
ef5584
ef5584
	function uninstall()
ef5584
	{
ef5584
	}
ef5584
}
ef5584
ef5584
?>