10 lines
225 B
PHP
10 lines
225 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
|
|
|
|
class phpbb_ext_board3_portal_ext extends phpbb_extension_base
|
|
{
|
|
}
|