diff --git a/admin/fedi.php b/admin/fedi.php index 964e008..513cc08 100644 --- a/admin/fedi.php +++ b/admin/fedi.php @@ -31,6 +31,8 @@ if ($arr["isrespondedto"] == "f") { } $resp = curl_exec($ch); + fwrite(STDERR, curl_error()); + fwrite(STDERR, curl_getinfo()); $jsonResp = json_decode($resp, true); $fediID = $jsonResp["id"]; diff --git a/fetch.php b/fetch.php index 60a562a..c7a8d77 100644 --- a/fetch.php +++ b/fetch.php @@ -37,7 +37,7 @@ if (pg_num_rows($qresp) === 0 || $arr["ispublic"] === "f" || $arr["isrespondedto echo("