Files
phpbb_mchat_tlw/ext.php
dmzx 621aa7d9f9 Files
Files
2015-03-12 14:12:59 +01:00

19 lines
281 B
PHP

<?php
/**
*
* @package phpBB Extension - mChat
* @copyright (c) 2015 dmzx - http://www.dmzx-web.net
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
namespace dmzx\mchat;
/**
* @ignore
*/
class ext extends \phpbb\extension\base
{
}