diff options
-rwxr-xr-x | usr/local/www/carp_status.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 "</td></tr></table><center>Could not locate any defined CARP interfaces."; - echo "</center></td></tr></table></td></tr></table>"; + echo "</center>"; + include("fend.inc"); echo "</body></html>"; exit; |