Fixed typo error in stat_win.php.
This commit is contained in:
parent
631f0ee2b7
commit
a70fc62af0
|
@ -31,7 +31,7 @@ require_once ($config['homedir'] . '/include/functions_modules.php');
|
|||
// Hash login process
|
||||
if (! isset ($config['id_user']) && get_parameter("loginhash", 0)) {
|
||||
$loginhash_data = get_parameter("loginhash_data", "");
|
||||
$loginhash_user = str_rot13((get_parameter("loginhash_user", ""));
|
||||
$loginhash_user = str_rot13(get_parameter("loginhash_user", ""));
|
||||
|
||||
if ($config["loginhash_pwd"] != ""
|
||||
&& $loginhash_data == md5($loginhash_user.$config["loginhash_pwd"])) {
|
||||
|
|
Loading…
Reference in New Issue