Files
phpbb_board3-portal_tlw/ext.php
2013-11-19 00:11:32 +01:00

19 lines
406 B
PHP

<?php
/**
*
* @package Board3 Portal v2.1
* @copyright (c) 2013 Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
// this file is not really needed, when empty it can be ommitted
// however you can override the default methods and add custom
// installation logic
namespace board3\portal;
class ext extends \phpbb\extension\base
{
}