Commit 6b0c3002 authored by Nico Schallehn's avatar Nico Schallehn

tasdf

parent 148277a3
......@@ -67,6 +67,7 @@ class MediaDBViewerAPI{
}
array_push($entryArray,$tempArray);
}
var_dump($entryArray);
echo json_encode($entryArray);
return array("Spalten"=>$TitelArray, "Data" =>$entryArray);
}
......
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