From 6055555d7b6b340dd7a59d75dc4268516336d387 Mon Sep 17 00:00:00 2001 From: magmaus3 Date: Wed, 17 Jul 2024 20:56:28 +0200 Subject: [PATCH] update url --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ?>