Added radar graph for top clients

This commit is contained in:
Brice Johnson
2016-02-11 23:41:31 -06:00
parent e5b73c31cf
commit 4fa6b3dc6b
3 changed files with 65 additions and 0 deletions

View File

@@ -39,6 +39,10 @@
$data = array_merge($data, getForwardDestinations());
}
if (isset($_GET['getQuerySources'])) {
$data = array_merge($data, getQuerySources());
}
echo json_encode($data);
?>