diff --git a/docs/index.php b/docs/index.php index 792031e..7b765d8 100644 --- a/docs/index.php +++ b/docs/index.php @@ -13,6 +13,7 @@

Community

Terms of Use + >Suggested Users Top Users More Projects diff --git a/docs/stats.php b/docs/stats.php index 7fc025d..da658ce 100755 --- a/docs/stats.php +++ b/docs/stats.php @@ -13,7 +13,7 @@ page_header(); function get_handler() { - $api = file_get_contents("https://nbg.dervland.net/node/top"); + $api = file_get_contents("https://nbg.dervland.net/node/top?ref=" . $_GET['ref']); $pr = json_decode($api); foreach ($pr as $usern => $rr) { ?>