19 lines
406 B
PHP
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
|
|
{
|
|
}
|