diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-07-28 13:37:16 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-07-28 13:37:16 +0000 |
commit | 1b67e804224a4477031da03ff5108c621cf6d13b (patch) | |
tree | 4d6fc01dc442b7d0caaa0e38ac7a96cc5a597101 /phpBB/includes/functions.php | |
parent | d8f2c4a1c4468440cf6c8657891e179bf7d222f5 (diff) | |
download | forums-1b67e804224a4477031da03ff5108c621cf6d13b.tar forums-1b67e804224a4477031da03ff5108c621cf6d13b.tar.gz forums-1b67e804224a4477031da03ff5108c621cf6d13b.tar.bz2 forums-1b67e804224a4477031da03ff5108c621cf6d13b.tar.xz forums-1b67e804224a4477031da03ff5108c621cf6d13b.zip |
marge
git-svn-id: file:///svn/phpbb/trunk@8696 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index ed448ed5f7..ee39bde5dd 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -356,6 +356,11 @@ function phpbb_hash($password) /** * Check for correct password +* +* @param string $password The password in plain text +* @param string $hash The stored password hash +* +* @return bool Returns true if the password is correct, false if not. */ function phpbb_check_hash($password, $hash) { |