Add a vhost counter

Fix #40
This commit is contained in:
Ludovic Poujol 2019-02-28 15:45:25 +01:00
parent 0cb7c54855
commit a52846c977

View file

@ -104,6 +104,8 @@
} ?> } ?>
</tbody> </tbody>
</table> </table>
<br>
Nombre total de comptes : <?= count($vhost_list); ?>
<?php <?php
} else { } else {
print '<p>Aucun domaine existant !</p>'; print '<p>Aucun domaine existant !</p>';