From 018a4be78f0e22e0d50790d785e0ee804ea312d5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 28 Jun 2005 21:07:32 +0000 Subject: Don't chop off footer table elements --- usr/local/www/carp_status.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/local/www/carp_status.php') diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index f0fe3c9..70e9704 100755 --- a/usr/local/www/carp_status.php +++ b/usr/local/www/carp_status.php @@ -93,7 +93,8 @@ include("fbegin.inc"); if(!is_array($config['installedpackages']['carp']['config'])) { echo "
Could not locate any defined CARP interfaces."; - echo "
"; + echo ""; + include("fend.inc"); echo ""; exit; -- cgit v1.1