mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
(status_habackup.php) check authentication
This commit is contained in:
parent
92f791e1e9
commit
84152de679
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user