diff options
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> |