diff options
Diffstat (limited to 'phpBB/index.php')
| -rw-r--r-- | phpBB/index.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index 0ec1ecb177..e1727c2f0a 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -1,14 +1,17 @@ <?php -/** +/** * * @package phpBB3 * @version $Id$ -* @copyright (c) 2005 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License +* @copyright (c) 2005 phpBB Group +* @license http://opensource.org/licenses/gpl-license.php GNU Public License * */ /** +*/ + +/** * @ignore */ define('IN_PHPBB', true); |
