functions.php: change selt
This commit is contained in:
parent
b687a54fb0
commit
b954494cae
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
function mdp($username, $mdp)
|
||||
{
|
||||
return hash('whirlpool', strtoupper($username).':'.$mdp);
|
||||
return hash('whirlpool', strtoupper($username).'#'.$mdp);
|
||||
}
|
||||
|
||||
function ip()
|
||||
|
@ -93,4 +93,4 @@ function eregmenu($pattern, $string)
|
|||
return preg_match("#".$pattern."#ui", $string);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Reference in a new issue