diff --git a/front/php/server/ping.php b/front/php/server/ping.php index f2b29a0c..e82f4265 100644 --- a/front/php/server/ping.php +++ b/front/php/server/ping.php @@ -25,7 +25,7 @@ exit; } // Perform a test with the PING command -$output = shell_exec("ping #c4 $ip"); +$output = shell_exec("ping -c4 $ip"); // Show the result echo "
";