Commit 82225d5b authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1fa2e92f
...@@ -98,7 +98,7 @@ if($_GET["action"] == "filme"){ ...@@ -98,7 +98,7 @@ if($_GET["action"] == "filme"){
}else if($_GET["action"] == "vergleich"){ }else if($_GET["action"] == "vergleich"){
$titel = "Vergleich von 2 DB"; $titel = "Vergleich von 2 DB";
$MovieArray = jsonCacheDecoder("http://mediadb.ddns.net/api.php?key=ee3aTi5soo&action=GetDataList&Tabelle=Filme&Spalten=imdbID,3d,name,md5,added,size&3d=0&Sortierung=added DESC"); $MovieArray = jsonCacheDecoder("http://mediadb.ddns.net/api.php?key=ee3aTi5soo&action=GetDataList&Tabelle=Filme&Spalten=imdbID,3d,name,md5,added,size&3d=0&Sortierung=duration DESC");
$movies=""; $movies="";
//var_dump($MovieArray["Antwort"]); //var_dump($MovieArray["Antwort"]);
$counterNeu = 0; $counterNeu = 0;
......
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