[move_to_portal] Move portal files from root folder to portal folder

This commit is contained in:
Marc Alexander
2013-10-29 13:32:09 +01:00
parent 7214de04b7
commit ffef91d62f
268 changed files with 0 additions and 0 deletions

11
portal/ext.php Normal file
View File

@@ -0,0 +1,11 @@
<?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
{
}