diff options
Diffstat (limited to 'phpBB/modules/ucp/info/ucp_groups.php')
| -rw-r--r-- | phpBB/modules/ucp/info/ucp_groups.php | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/phpBB/modules/ucp/info/ucp_groups.php b/phpBB/modules/ucp/info/ucp_groups.php deleted file mode 100644 index 2002123c50..0000000000 --- a/phpBB/modules/ucp/info/ucp_groups.php +++ /dev/null @@ -1,38 +0,0 @@ -<?php -/** -* -* @package ucp -* @version $Id$ -* @copyright (c) 2005 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License -* -*/ - -/** -* @package module_install -*/ -class ucp_groups_info -{ - function module() - { - return array( - 'filename' => 'ucp_groups', - 'title' => 'UCP_USERGROUPS', - 'version' => '1.0.0', - 'modes' => array( - 'membership' => array('title' => 'UCP_USERGROUPS_MEMBER', 'auth' => '', 'cat' => array('UCP_USERGROUPS')), - 'manage' => array('title' => 'UCP_USERGROUPS_MANAGE', 'auth' => '', 'cat' => array('UCP_USERGROUPS')), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - -?>
\ No newline at end of file |
