suggested users page

This commit is contained in:
biglyderv 2025-02-03 08:04:51 -05:00
parent aaa6cb0845
commit 6052dbb9c6
2 changed files with 2 additions and 1 deletions

View file

@ -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) { ?>