fix player thing

This commit is contained in:
ayunami2000 2021-03-28 13:44:10 -04:00 committed by GitHub
parent 93ef0bd42d
commit 14ae21081c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
?>
?>