| Current Path : /home/h/a/p/happyrenas/myreco.online/administration/gestion/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/h/a/p/happyrenas/myreco.online/administration/gestion/test_reseau.php |
<?php
echo "<h3>Test HTTP (port 80) vers google.fr</h3>";
$resp1 = @file_get_contents("http://google.fr");
if ($resp1 === false) {
echo "<p style='color:red;'>❌ Le test HTTP a échoué.<br>Impossible de se connecter en port 80 (HTTP).</p>";
} else {
echo "<p style='color:green;'>✔ Connexion HTTP réussie !</p>";
}