* finish task #68203.

This commit is contained in:
wangyidong
2022-09-07 11:08:48 +08:00
parent 72dad72c13
commit a8a703bf16
4 changed files with 47 additions and 42 deletions
+1 -1
View File
@@ -2911,7 +2911,7 @@ EOD;
$this->loadModel('action')->create('user', $user->id, 'login');
$this->loadModel('score')->create('user', 'login');
if($isFreepasswd) return print(js::locate($this->config->webRoot));
if($isFreepasswd) die(js::locate($this->config->webRoot));
$this->session->set('ENTRY_CODE', $this->get->code);
$this->session->set('VALID_ENTRY', md5(md5($this->get->code) . helper::getRemoteIp()));