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 {