diff options
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 24011932fb..3a6d881b38 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -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. - * - * - ***************************************************************************/ - // // Constants // @@ -151,4 +140,4 @@ define('USERS_TABLE', $table_prefix.'users'); define('WORDS_TABLE', $table_prefix.'words'); define('PRUNE_TABLE', $table_prefix.'forum_prune'); -?> +?>
\ No newline at end of file |