From 14ae21081c3a10f65f4637fb058384521f420fdb Mon Sep 17 00:00:00 2001 From: ayunami2000 Date: Sun, 28 Mar 2021 13:44:10 -0400 Subject: [PATCH] fix player thing --- tfinfo/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>