Advertisement
arabtion

Untitled

May 6th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $mobile = Mobiledetection();
  2. $mysqli->query("UPDATE boom_users SET join_msg = '1', last_action = '" . time() . "', user_ip = '$ip', user_mobile = '$mobile' WHERE user_id = '{$data['user_id']}'");
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement