Removing the lines below in proxy.php fixed the issues for me : Code: [Select] if (!$response) { // Throw a 404 header('HTTP/1.0 404 Not Found'); exit; } The ima...
if (!$response) { // Throw a 404 header('HTTP/1.0 404 Not Found'); exit; }
No comments:
Post a Comment