Compare commits

..

1 Commits

Author SHA1 Message Date
macintoshplus
17cded59dd remove header from response 2024-11-15 22:08:04 +01:00

View File

@@ -133,7 +133,7 @@ retry:
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
}
curl_setopt($ch, CURLOPT_HEADER, true);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);