(status_habackup.php) check authentication

This commit is contained in:
Ad Schellevis 2016-05-18 17:59:14 +02:00
parent 92f791e1e9
commit 84152de679

View File

@ -173,6 +173,9 @@ include("head.inc");
<?php
if ($carp_backup_version === false):?>
<?=print_info_box(gettext('The backup firewall is not accessible or not configured.'));?>
<?php
elseif (!is_array($carp_backup_version)):?>
<?=print_info_box(gettext('The backup firewall is not accessible (check user credentials).'));?>
<?php
else:?>
<section class="col-xs-12">