diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-25 19:32:13 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-25 19:32:13 +0000 |
commit | 5216feb4f1298d08c984c6cc314be1bf39408615 (patch) | |
tree | 96b21b5a9819bbcaa9e80722a71b907152e0323c /packages | |
parent | 3e5232c4aa00a9df362c9d9fba0a488d360c8ed0 (diff) | |
download | pfsense-packages-5216feb4f1298d08c984c6cc314be1bf39408615.tar.gz pfsense-packages-5216feb4f1298d08c984c6cc314be1bf39408615.tar.bz2 pfsense-packages-5216feb4f1298d08c984c6cc314be1bf39408615.zip |
Close table before reporting that no carp interfaces exist
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 bf4c8ba9..f522dfa3 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -92,7 +92,7 @@ include("fbegin.inc"); } if(!is_array($config['installedpackages']['carp']['config'])) { - echo "Could not locate any defined CARP interfaces."; + echo "</td></tr></table>Could not locate any defined CARP interfaces."; exit; } ?> |