Update test.php
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user