diff options
Diffstat (limited to 'phpBB/develop/calc_email_hash.php')
| -rw-r--r-- | phpBB/develop/calc_email_hash.php | 18 | 
1 files changed, 7 insertions, 11 deletions
diff --git a/phpBB/develop/calc_email_hash.php b/phpBB/develop/calc_email_hash.php index a67b0f52a3..fccdfdfca9 100644 --- a/phpBB/develop/calc_email_hash.php +++ b/phpBB/develop/calc_email_hash.php @@ -1,15 +1,11 @@  <?php -// ------------------------------------------------------------- -// -// $Id$ -// -// FILENAME  : calc_email_hash.php -// STARTED   : Tue Feb 03, 2004 -// COPYRIGHT : © 2004 phpBB Group -// WWW       : http://www.phpbb.com/ -// LICENCE   : GPL vs2.0 [ see /docs/COPYING ]  -//  -// ------------------------------------------------------------- +/** +* +* @package phpBB3 +* @copyright (c) 2004 phpBB Group +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 +* +*/  //  // Security message:  | 
