Commit 84152de6 authored by Ad Schellevis's avatar Ad Schellevis

(status_habackup.php) check authentication

parent 92f791e1
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment