mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
fix player thing
This commit is contained in:
parent
93ef0bd42d
commit
14ae21081c
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ function downloadfile()
|
|||
{
|
||||
$options = array(
|
||||
CURLOPT_TIMEOUT => 5,
|
||||
CURLOPT_URL => "http://play.totalfreedom.me:28966/players",
|
||||
CURLOPT_URL => "http://freedom-01.serv.totalfreedom.me:28966/players",
|
||||
CURLOPT_RETURNTRANSFER => true
|
||||
);
|
||||
|
||||
|
@ -29,4 +29,4 @@ $json = file_get_contents("players.json");
|
|||
header("Content-Type: application/json");
|
||||
echo $json;
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue