Update test.php

This commit is contained in:
2026-04-10 10:34:26 +02:00
parent 688d1921aa
commit 1bcf3332d8
+1 -1
View File
@@ -21,7 +21,7 @@ $options = [
], ],
]; ];
$context = stream_context_create($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) { if ($result === FALSE) {
echo "Errore nella richiesta"; echo "Errore nella richiesta";
} else { } else {