Update ping.php

Updated command in variable "$output"
This commit is contained in:
Carlos V
2023-08-19 08:06:51 +02:00
committed by GitHub
parent b03c6aec57
commit 0327f8818a

View File

@@ -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 "<pre>";