summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-28 21:08:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-28 21:08:27 +0000
commitf12181eefcc7110a17dbb7076ccef9b260f81eab (patch)
tree1c30f68c7a3fd04c8e8d335790371b94145ae027 /usr/local/www/carp_status.php
parent018a4be78f0e22e0d50790d785e0ee804ea312d5 (diff)
downloadpfsense-f12181eefcc7110a17dbb7076ccef9b260f81eab.zip
pfsense-f12181eefcc7110a17dbb7076ccef9b260f81eab.tar.gz
<br> before alerting that we didn't locate any CARP interfaces
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 70e9704..629a0cd 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -92,7 +92,7 @@ include("fbegin.inc");
}
if(!is_array($config['installedpackages']['carp']['config'])) {
- echo "</td></tr></table><center>Could not locate any defined CARP interfaces.";
+ echo "</td></tr></table><center><br>Could not locate any defined CARP interfaces.";
echo "</center>";
include("fend.inc");
OpenPOWER on IntegriCloud