Merge branch 'devel' into helpandotherthings

This commit is contained in:
DL6ER
2016-11-25 11:15:27 +01:00
+9 -1
View File
@@ -77,5 +77,13 @@
}
$data = filterArray($data);
echo json_encode($data);
if(isset($_GET["jsonForceObject"]))
{
echo json_encode($data, JSON_FORCE_OBJECT);
}
else
{
echo json_encode($data);
}
?>