mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +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
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue