[ticket/571] Remove unused ext.php

B3P-571
This commit is contained in:
Marc Alexander
2015-06-06 14:50:46 +02:00
parent f3be40fd72
commit 9d4515432c

16
ext.php
View File

@@ -1,16 +0,0 @@
<?php
/**
*
* @package Board3 Portal v2.1
* @copyright (c) 2014 Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
// This file is needed for phpBB3 to properly register the extension
namespace board3\portal;
class ext extends \phpbb\extension\base
{
}