This commit is contained in:
biglyderv 2025-02-05 01:30:47 -05:00
parent 2ce4424db7
commit 448a4d1025

View file

@ -23,7 +23,7 @@ page_header();
<?php
function get_handler()
{
$api = file_get_contents("https://nbg.dervland.net/node/top?ref=" . $_GET['ref']);
$api = file_get_contents("https://nbg.dervland.net/node/top?ref=" . $_GET['username']);
$pr = json_decode($api);
foreach ($pr as $usern => $rr) { ?>