Файл: forsoc.ru/ext/vinny/shareon/acp/shareon_info.php
Строк: 34
<?php
/**
*
* Topics Descriptions extension for the phpBB Forum Software package.
*
* @copyright (c) 2015 Vinny <https://github.com/vinny>
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/
namespace vinnyshareonacp;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @package module_install
*/
class shareon_info
{
function module()
{
return array(
'filename' => 'vinnyshareonacpshareon_module',
'title' => 'SO_ACP',
'version' => '1.0.0',
'modes' => array(
'settings' => array('title' => 'SO_CONFIG', 'auth' => 'ext_vinny/shareon', 'cat' => array('SHARE_ON_MOD')),
),
);
}
}