Commit 1ca8aa74 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 95ea8ecb
......@@ -47,6 +47,8 @@ if($_GET["action"] == "bla"){
//Filme für Coverflow holen...
$MovieArray = $API->API_GetDataList(array("Tabelle"=>"Filme", "Spalten"=>"imdbID,3d,name","Gesehen"=>"0","Sortierung"=>"rating DESC", "Anzahl" =>"5"));
var_dump($MovieArray);
echo PHP_EOL;
var_dump($API->APIrespons());
$content = '
<div class="slider">
......
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