Fixed up.php.

This commit is contained in:
FrozenCow 2011-04-05 23:25:11 +02:00
parent 542bda59d4
commit 814d975d64

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