update url
This commit is contained in:
parent
01f4b7e237
commit
6055555d7b
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue