diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-06-12 14:40:03 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-06-12 14:40:03 +0000 |
commit | 31c97676ade8dc18d79f07e749cc38b1186cf7be (patch) | |
tree | 162cacaa9f01cfeeeef866d072ef038c115ce647 | |
parent | d48af67b0e48b8450ad1c78f0f63e74f6023faf8 (diff) | |
download | forums-31c97676ade8dc18d79f07e749cc38b1186cf7be.tar forums-31c97676ade8dc18d79f07e749cc38b1186cf7be.tar.gz forums-31c97676ade8dc18d79f07e749cc38b1186cf7be.tar.bz2 forums-31c97676ade8dc18d79f07e749cc38b1186cf7be.tar.xz forums-31c97676ade8dc18d79f07e749cc38b1186cf7be.zip |
remove the $Id$ line there and instead add valuable information. Oh, and did not know the phpass project catched our implementation of their code. :) Nice to see.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8651 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index c7026ce44c..40eb3fa823 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -255,7 +255,7 @@ function still_on_time($extra_time = 15) /** * -* @version Version 0.1 / $Id$ +* @version Version 0.1 / slightly modified for phpBB 3.0.x (using $H$ as hash type identifier) * * Portable PHP password hashing framework. * |