diff options
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 4e4e40f719..2034edc91e 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -1,6 +1,6 @@ <?php /*************************************************************************** - * includes.php + * constants.php * ------------------- * begin : Saturday', Feb 13', 2001 * copyright : ('C) 2001 The phpBB Group @@ -178,4 +178,4 @@ define('VOTE_DESC_TABLE', $table_prefix.'vote_desc'); define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results'); define('VOTE_USERS_TABLE', $table_prefix.'vote_voters'); -?>
\ No newline at end of file +?> |