* [task#128926] Fix bug#55484.

This commit is contained in:
zenggang
2024-09-20 13:23:55 +08:00
committed by 刘梦艺
parent f01e63f4b9
commit 223e2e00a4
2 changed files with 5 additions and 3 deletions
+5 -1
View File
@@ -1769,7 +1769,11 @@ eof;
$this->loadModel('action')->create('user', $user->id, 'login');
$this->loadModel('score')->create('user', 'login');
if($isFreepasswd) header("Location: {$this->config->webRoot}");
if($isFreepasswd)
{
header("Location: {$this->config->webRoot}");
helper::end();
}
$this->session->set('ENTRY_CODE', $this->get->code);
$this->session->set('VALID_ENTRY', md5(md5($this->get->code) . helper::getRemoteIp()));