mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
fix wildcards in backup exclusion list
This commit is contained in:
parent
b89f602f7b
commit
dfb01cc473
2 changed files with 3 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
|||
<?
|
||||
if (empty($value)) echo __('no exclusions');
|
||||
foreach ($value as $ex_key => $ex_value) {
|
||||
echo '<b>'.$ex_key.':</b>'.$ex_value.'<br>';
|
||||
echo '<b>'.$ex_key.' </b>'.$ex_value.'<br>';
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue