From 1bcf3332d89f148e2d11cdf384898ff5897167ae Mon Sep 17 00:00:00 2001 From: SimonezYT Date: Fri, 10 Apr 2026 10:34:26 +0200 Subject: [PATCH] Update test.php --- test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.php b/test.php index 0447752..ff3a52a 100644 --- a/test.php +++ b/test.php @@ -21,7 +21,7 @@ $options = [ ], ]; $context = stream_context_create($options); -$result = file_get_contents('http://localhost:8888/php/save_score.php', false, $context); +$result = file_get_contents('http://simonez-cloud.ddns.net:30200/www/GDT/php/save_score.php', false, $context); if ($result === FALSE) { echo "Errore nella richiesta"; } else {