You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$db->query("SELECT a.timestamp AS attack_time, u.timestamp AS user_log_time FROM user_logs u JOIN attacklog a ON u.timestamp = a.timestamp AND a.attacker = ? WHERE u.user_id = ?");