mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
explict listing
This commit is contained in:
parent
988b30fb87
commit
d59de4c125
18 changed files with 196 additions and 13 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
<?php
|
||||
foreach ($data as $key => $value) {
|
||||
++$i;
|
||||
$web = 'no';
|
||||
$dns = 'no';
|
||||
$mail = 'no';
|
||||
|
@ -63,3 +64,16 @@ foreach ($data as $key => $value) {
|
|||
}
|
||||
?>
|
||||
</table>
|
||||
<table class="data-count">
|
||||
<tr>
|
||||
<td><i>→
|
||||
<?php
|
||||
if ( $i == 1) {
|
||||
echo "1 backup archive ";
|
||||
} else {
|
||||
echo "$i backup archives ";
|
||||
}
|
||||
?>
|
||||
listed</i></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue