mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
fix php8 compatibility
This commit is contained in:
@@ -40,7 +40,7 @@ else // when it's op, default is not use secure login
|
||||
$securelogin_indentity_cookie = false;
|
||||
$passh = md5($row["passhash"]);
|
||||
}
|
||||
logincookie($row["id"], $passh,1,0x7fffffff,$securelogin_indentity_cookie);
|
||||
logincookie($id, $passh,1,0x7fffffff,$securelogin_indentity_cookie);
|
||||
//sessioncookie($row["id"], $passh,false);
|
||||
|
||||
header("Refresh: 0; url=ok.php?type=confirm");
|
||||
|
||||
Reference in New Issue
Block a user