From 1dab7314452292bbe2e659f5c3051b1361048612 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 2 Mar 2005 18:32:03 +0000 Subject: * Use convert_friendly_interface_to_real_interface_name --- packages/carp_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/carp_status.php') diff --git a/packages/carp_status.php b/packages/carp_status.php index a7425323..566e233e 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -88,7 +88,7 @@ if($config['installedpackages']['carp']['config'] <> "") echo ""; echo "
" . $ipaddress . " - " . $carp_int . ""; echo "
" . $status . "
" . $sync_status . ""; - echo "
" . $synciface . ""; + echo "
" . $synciface . " - " . convert_friendly_interface_to_real_interface_name($synciface) . ""; echo ""; } -- cgit v1.2.3