suggested users page
This commit is contained in:
parent
aaa6cb0845
commit
6052dbb9c6
2 changed files with 2 additions and 1 deletions
|
@ -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) { ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue