mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
Fixed up.php.
This commit is contained in:
parent
b47bbee4e8
commit
ad33ef79d9
@ -22,7 +22,7 @@ curl_setopt($session, CURLOPT_RETURNTRANSFER, true);
|
|||||||
// Make the call
|
// Make the call
|
||||||
$body = curl_exec($session);
|
$body = curl_exec($session);
|
||||||
|
|
||||||
header("Content-Type: ".curl_getinfo($session, CURLINFO_CONTENT_TYPE);
|
header("Content-Type: ".curl_getinfo($session, CURLINFO_CONTENT_TYPE));
|
||||||
|
|
||||||
echo $body;
|
echo $body;
|
||||||
curl_close($session);
|
curl_close($session);
|
||||||
|
Loading…
Reference in New Issue
Block a user