mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Merge branch 'hotfix/1.7.7.1' into develop
This commit is contained in:
commit
9356022c31
2 changed files with 2 additions and 2 deletions
|
|
@ -1892,7 +1892,7 @@ class memberController extends member
|
|||
$_SESSION['session_checkup'] = time();
|
||||
}
|
||||
|
||||
if(time() - $_SESSION['session_checkup'] >= 1)
|
||||
if(time() - $_SESSION['session_checkup'] > 30)
|
||||
{
|
||||
$_SESSION['destroyed'] = true;
|
||||
session_regenerate_id();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue