diff --git a/public/API/ebayimg.php b/public/API/ebayimg.php index 600d0c166483450a7dcdcc33acadf7e613f383b9..50649f155a3f0ea8c700bd760ecf413c87dbbb16 100644 --- a/public/API/ebayimg.php +++ b/public/API/ebayimg.php @@ -18,5 +18,5 @@ if ($httpcode == 200) { header('Content-Type: ' . $contentType); echo ($content); } else { - die("Failed to fetch image, got " . $httpcode); + die("Failed to fetch image, server responded with " . $httpcode); }