Fixed up.php.

This commit is contained in:
FrozenCow 2011-04-05 23:25:11 +02:00
parent b47bbee4e8
commit ad33ef79d9

View File

@ -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);