diff --git a/tfinfo/index.php b/tfinfo/index.php index a82586c..8910846 100644 --- a/tfinfo/index.php +++ b/tfinfo/index.php @@ -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 @@ function downloadfile() header("Content-Type: application/json"); echo $json; -?> \ No newline at end of file +?>