Files
phpbb_board3-portal_tlw/root/ext.php
2013-10-29 18:18:10 +01:00

12 lines
228 B
PHP

<?php
// 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
{
}