diff --git a/admin/fedi.php b/admin/fedi.php index 6c6680a..a02d210 100644 --- a/admin/fedi.php +++ b/admin/fedi.php @@ -14,6 +14,7 @@ curl_setopt($ch, CURLOPT_URL,$fediAPIRoute); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_HTTPHEADER, array("Authorization: {$fediAPIToken}")); +curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $contentO = $arr["text"]; $contentR = $arr["responsetext"]; @@ -32,4 +33,4 @@ curl_exec($ch); curl_close($ch); -?> \ No newline at end of file +?>