Added query types graph

This commit is contained in:
Brice Johnson
2016-02-10 23:18:11 -06:00
parent f72d28d45e
commit 5d68c72477
3 changed files with 81 additions and 4 deletions
+4
View File
@@ -31,6 +31,10 @@
}
}
if (isset($_GET['getQueryTypes'])) {
$data = array_merge($data, getIpvType());
}
echo json_encode($data);
?>