/Web/Maintenance/List.php |
---|
18,6 → 18,12 |
<td> Konfigurace DNS </td> |
<td> <a href="?selection=DigDNS">DNS Info</a> </td> |
</tr> |
<tr> |
<td> Volné místo na disku </td> |
<td> <?php echo (int) (disk_free_space(".")/1048576) . "MB / " . |
(int) (disk_total_space(".")/1048576) . "MB (" . |
(int) (disk_free_space(".") / disk_total_space(".") * 100) . "%)" ?></td> |
</tr> |
</table> |
<table> |