mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed typo error in stat_win.php.
This commit is contained in:
parent
57ae256508
commit
4997a365f7
@ -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…
x
Reference in New Issue
Block a user