mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2025-01-03 13:58:29 +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(
|
$options = array(
|
||||||
CURLOPT_TIMEOUT => 5,
|
CURLOPT_TIMEOUT => 5,
|
||||||
CURLOPT_URL => "http://play.totalfreedom.me:28966/players",
|
CURLOPT_URL => "http://freedom-01.serv.totalfreedom.me:28966/players",
|
||||||
CURLOPT_RETURNTRANSFER => true
|
CURLOPT_RETURNTRANSFER => true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue