damn it
This commit is contained in:
parent
2ce4424db7
commit
448a4d1025
1 changed files with 1 additions and 1 deletions
|
@ -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) { ?>
|
||||
|
|
Loading…
Reference in a new issue