update url

This commit is contained in:
magmaus3 2024-07-17 20:56:28 +02:00
parent 01f4b7e237
commit 6055555d7b
Signed by: magmaus3
GPG key ID: 695507CAEE1DB324

View file

@ -25,7 +25,7 @@ $opts = array(
$context = stream_context_create($opts); $context = stream_context_create($opts);
// Here you can change the URL of the server // 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); parse_str($data, $arr);
?> ?>
<html lang="en"> <html lang="en">