mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -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
|
// Perform a test with the PING command
|
||||||
$output = shell_exec("ping #c4 $ip");
|
$output = shell_exec("ping -c4 $ip");
|
||||||
|
|
||||||
// Show the result
|
// Show the result
|
||||||
echo "<pre>";
|
echo "<pre>";
|
||||||
|
|||||||
Reference in New Issue
Block a user