1
This commit is contained in:
parent
99367ba816
commit
e4f8c263ab
@ -16,6 +16,9 @@ spl_autoload_register('autoload_controller__');
|
||||
|
||||
function loginVerify($accountid, $sessionid)
|
||||
{
|
||||
if (!phpcommon\isValidSessionId($accountid, $sessionid)) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user