Rev 374 Rev 377
Line 16... Line 16...
16 </tr> 16 </tr>
17 <tr> 17 <tr>
18 <td> Konfigurace DNS </td> 18 <td> Konfigurace DNS </td>
19 <td> <a href="?selection=DigDNS">DNS Info</a> </td> 19 <td> <a href="?selection=DigDNS">DNS Info</a> </td>
20 </tr> 20 </tr>
-   21 <tr>
-   22 <td> Volné místo na disku </td>
-   23 <td> <?php echo (int) (disk_free_space(".")/1048576) . "MB / " .
-   24 (int) (disk_total_space(".")/1048576) . "MB (" .
-   25 (int) (disk_free_space(".") / disk_total_space(".") * 100) . "%)" ?></td>
-   26 </tr>
21 </table> 27 </table>
22   28  
23 <table> 29 <table>
24 <tr> 30 <tr>
25 <th colspan=2 class="Center"> Údržba PHP </th> 31 <th colspan=2 class="Center"> Údržba PHP </th>