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