diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-12 06:40:00 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-12 06:40:00 +0000 |
commit | 8e511a119d8436a63b8143f189965eb0b12c3e81 (patch) | |
tree | b91c108bc45b68824d88470c9a78e0bd210d4fe4 /packages | |
parent | 18e9f808f0106d6fafe6e9649220830f3747dab5 (diff) | |
download | pfsense-packages-8e511a119d8436a63b8143f189965eb0b12c3e81.tar.gz pfsense-packages-8e511a119d8436a63b8143f189965eb0b12c3e81.tar.bz2 pfsense-packages-8e511a119d8436a63b8143f189965eb0b12c3e81.zip |
Full path to all external commands.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/carp_status.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php index 49cb8682..c85cee9e 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -94,7 +94,9 @@ if($config['installedpackages']['carp']['config'] <> "") } ?> - +<tr><td> +<center>Nodes syncing: <?php system("/sbin/pfctl -vvss |/usr/bin/grep creator |/usr/bin/nawk '{print $4;}' |/usr/bin/sort -u"); ?></center> +</td></tr> </table> </td></tr> </table> |