lscofield

tets

Aug 7th, 2020
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. curl_setopt(
  2.   $ch,
  3.   CURLOPT_HTTPHEADER,
  4.   array(
  5.     "REMOTE_ADDR: $client_ip",
  6.     "HTTP_X_FORWARDED_FOR: $client_ip",
  7.     "X-CLIENT-REMOTE-IP: $client_ip",
  8.     "X-Real-IP: $client_ip",
  9.     "X-Forwarded-For: $client_ip"
  10.   )
  11. );
Add Comment
Please, Sign In to add comment