Add basic files for being an extension

This commit is contained in:
Marc Alexander
2012-10-05 15:33:02 +02:00
parent fee70fd3d0
commit 59a37a06ac
3 changed files with 246 additions and 0 deletions

9
root/ext.php Normal file
View File

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