diff options
Diffstat (limited to 'phpBB/index.php')
-rw-r--r-- | phpBB/index.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index 4a406f6d2e..8fe6949070 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -11,16 +11,6 @@ * ***************************************************************************/ - -/*************************************************************************** - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * - ***************************************************************************/ $phpbb_root_path = "./"; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); |