1
This commit is contained in:
parent
1c16bbc86d
commit
c71fa3b9bc
2
third_party/phpcommon
vendored
2
third_party/phpcommon
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 5fb5d7f6fcd174b9c4ad4e30e189e90e2b8c846e
|
Subproject commit 21cbf1616cd145c248452eaf77b1e1c7c14c82bd
|
@ -16,6 +16,9 @@ spl_autoload_register('autoload_controller__');
|
|||||||
|
|
||||||
function loginVerify($accountid, $sessionid)
|
function loginVerify($accountid, $sessionid)
|
||||||
{
|
{
|
||||||
|
if (!phpcommon\isValidSessionId($accountid, $sessionid)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user