mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 17:49:58 +09:00
r10565 fixed typo
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10566 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
22f700e8ac
commit
704d372857
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@
|
||||||
// False if no password in entered
|
// False if no password in entered
|
||||||
if(!$password_text) return false;
|
if(!$password_text) return false;
|
||||||
|
|
||||||
$isSha1 = ($useSha1 && function_exists('sha1'));
|
$isSha1 = ($this->useSha1 && function_exists('sha1'));
|
||||||
|
|
||||||
// Return true if the user input is equal to md5 hash value
|
// Return true if the user input is equal to md5 hash value
|
||||||
if($hashed_password == md5($password_text)){
|
if($hashed_password == md5($password_text)){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue