From 0327f8818a2812c9eab20437068472ebbea64e1e Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 19 Aug 2023 08:06:51 +0200 Subject: [PATCH] Update ping.php Updated command in variable "$output" --- front/php/server/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "
";