mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
3e05a4d231
Nic is a set of small web-based network applications PR: 33359 Submitted by: Thierry Thomas <thierry@thomas.as>
12 lines
345 B
PHP
12 lines
345 B
PHP
--- ping.php.orig Wed Nov 21 23:17:27 2001
|
|
+++ ping.php Sun Dec 30 22:05:49 2001
|
|
@@ -26,7 +26,7 @@
|
|
$results .= "<br />$ping[$i]\n";
|
|
}
|
|
} else {
|
|
- exec("/bin/ping -c 5 \"$addr\"", $ping);
|
|
+ exec("/sbin/ping -c 5 \"$addr\"", $ping);
|
|
|
|
for ($i = 0; $i < count($ping); $i++) {
|
|
$results .= "<br />$ping[$i]\n";
|