This commit is contained in:
biglyderv 2025-02-07 02:52:53 -05:00
parent 5e7930c327
commit fdd4b6c646
2 changed files with 3 additions and 1 deletions

View file

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