[fix/folders] move files back to root

This commit is contained in:
Marc Alexander
2013-10-29 18:18:10 +01:00
parent de3bfbd7dd
commit 6695373e0b
268 changed files with 0 additions and 0 deletions

11
root/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
{
}