diff options
Diffstat (limited to 'phpBB/modcp.php')
-rw-r--r-- | phpBB/modcp.php | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/phpBB/modcp.php b/phpBB/modcp.php index e8a69f4875..ac7857d7f3 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -1,6 +1,6 @@ <?php /*************************************************************************** - * modcp.php + * modcp.php * ------------------- * begin : July 4, 2001 * copyright : (C) 2001 The phpBB Group @@ -11,17 +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. - * - * - ***************************************************************************/ - /** * Moderator Control Panel * @@ -828,4 +817,4 @@ switch($mode) include($phpbb_root_path . 'includes/page_tail.'.$phpEx); -?> +?>
\ No newline at end of file |