diff --git a/index.php b/index.php index 9e889e9..6a408d3 100644 --- a/index.php +++ b/index.php @@ -25,7 +25,7 @@ $opts = array( $context = stream_context_create($opts); // Here you can change the URL of the server -$data = file_get_contents("http://pgg-server.glitch.me/scripts/getrooms.php", false, $context); +$data = file_get_contents("http://projectgungame.top/scripts/getrooms.php", false, $context); parse_str($data, $arr); ?>