mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Update ping.php
Updated command in variable "$output"
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user