diff options
author | the_systech <the_systech@users.sourceforge.net> | 2002-04-02 21:13:47 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2002-04-02 21:13:47 +0000 |
commit | 32b514a8006520d2159b654cd017d2d4471104fe (patch) | |
tree | 81eb17c8ceb46cc7b4fa951c7fc44ba553f0c9ed /phpBB/includes/constants.php | |
parent | b6c7561122d33f4d5a198102d55fe789b4fd13d9 (diff) | |
download | forums-32b514a8006520d2159b654cd017d2d4471104fe.tar forums-32b514a8006520d2159b654cd017d2d4471104fe.tar.gz forums-32b514a8006520d2159b654cd017d2d4471104fe.tar.bz2 forums-32b514a8006520d2159b654cd017d2d4471104fe.tar.xz forums-32b514a8006520d2159b654cd017d2d4471104fe.zip |
Ok this is just me being anal again... No code changes, just file headers..
git-svn-id: file:///svn/phpbb/trunk@2467 89ea8834-ac86-4346-8a33-228a782c2dd0
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 +?> |