Should be the final commit
Took 36 minutes
This commit is contained in:
@ -89,7 +89,8 @@ class FaqModel
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if( $result['owner_sid'] === session_id() )
|
||||
$secret = empty( $_COOKIE['owner_room_' . $a_room['id'] ] ) ? null : $_COOKIE['owner_room_' . $a_room['id'] ];
|
||||
if( $result['owner_sid'] === $secret )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user