Commit 2b21e0b9 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 9b929b72
......@@ -466,6 +466,7 @@ class IMDb2
// Perform CURL request on the API URL to fetch the JSON data
function fetchJSON($apiUrl){
echo "test";
$ch = curl_init($apiUrl);
$headers[] = 'Connection: Keep-Alive';
$headers[] = 'Content-type: text/plain;charset=UTF-8';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment