Fixed up.php.
This commit is contained in:
parent
b47bbee4e8
commit
ad33ef79d9
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ curl_setopt($session, CURLOPT_RETURNTRANSFER, true);
|
|||
// Make the call
|
||||
$body = curl_exec($session);
|
||||
|
||||
header("Content-Type: ".curl_getinfo($session, CURLINFO_CONTENT_TYPE);
|
||||
header("Content-Type: ".curl_getinfo($session, CURLINFO_CONTENT_TYPE));
|
||||
|
||||
echo $body;
|
||||
curl_close($session);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue