Skip to content

Commit

Permalink
sasas2
Browse files Browse the repository at this point in the history
  • Loading branch information
surya432 committed Apr 24, 2020
1 parent fec5c49 commit bb985a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/curl_gd.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function getCookies()
curl_setopt($ch, CURLOPT_TIMEOUT, 30);
$headers = array();
$headers[] = 'Accept: application/json';
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
// curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
$result = curl_exec($ch);
if (curl_errno($ch)) {
return "";
Expand Down

0 comments on commit bb985a4

Please sign in to comment.