diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-12 06:53:07 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-12 06:53:07 +0000 |
commit | e912f815ef6b93996437dc3e41f462cd5401b207 (patch) | |
tree | c38a759ea9b1ef8f321ebc741f3cd22f9186348a /packages | |
parent | 73aabe0511b41f49a8b7b3fdbe958d706b611c22 (diff) | |
download | pfsense-packages-e912f815ef6b93996437dc3e41f462cd5401b207.tar.gz pfsense-packages-e912f815ef6b93996437dc3e41f462cd5401b207.tar.bz2 pfsense-packages-e912f815ef6b93996437dc3e41f462cd5401b207.zip |
Use ``
Diffstat (limited to 'packages')
-rw-r--r-- | packages/carp_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php index c85cee9e..1bdf0b29 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -95,7 +95,7 @@ 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> +<center>Nodes syncing: <?php `/sbin/pfctl -vvss |/usr/bin/grep creator |/usr/bin/nawk '{print $4;}' |/usr/bin/sort -u`; ?></center> </td></tr> </table> </td></tr> |