From 54dce66fc973f9186b60310327b56d9ebb9426c9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 24 Jun 2005 19:34:54 +0000 Subject: Include the remaining portion of the page if no carp addresses are available --- usr/local/www/carp_status.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index 0c580af..a020bce 100755 --- a/usr/local/www/carp_status.php +++ b/usr/local/www/carp_status.php @@ -92,7 +92,10 @@ include("fbegin.inc"); } if(!is_array($config['installedpackages']['carp']['config'])) { - echo "Could not locate any defined CARP interfaces."; + echo "
Could not locate any defined CARP interfaces."; + echo "
"; + + echo ""; exit; } ?> -- cgit v1.1