Line 21... |
Line 21... |
21 |
<tr> |
21 |
<tr> |
22 |
<td> Volné místo na discích </td> |
22 |
<td> Volné místo na discích </td> |
23 |
<td> <?php echo "/: " . (int) (disk_free_space(".")/1048576) . "MB / " . |
23 |
<td> <?php echo "/: " . (int) (disk_free_space(".")/1048576) . "MB / " . |
24 |
(int) (disk_total_space(".")/1048576) . "MB (" . |
24 |
(int) (disk_total_space(".")/1048576) . "MB (" . |
25 |
(int) (disk_free_space(".") / disk_total_space(".") * 100) . "%)" ?> |
25 |
(int) (disk_free_space(".") / disk_total_space(".") * 100) . "%)" ?> |
26 |
<br> |
26 |
<br> |
27 |
<?php echo "/data: " . (int) (disk_free_space("/data")/1048576) . "MB / " . |
27 |
<?php echo "/data: " . (int) (disk_free_space("/data")/1048576) . "MB / " . |
28 |
(int) (disk_total_space("/data")/1048576) . "MB (" . |
28 |
(int) (disk_total_space("/data")/1048576) . "MB (" . |
29 |
(int) (disk_free_space("/data") / disk_total_space("/data") * 100) . "%)" ?></td> |
29 |
(int) (disk_free_space("/data") / disk_total_space("/data") * 100) . "%)" ?></td> |
30 |
</tr> |
30 |
</tr> |
31 |
<tr> |
31 |
<tr> |
32 |
<td> Teplota disků </td> |
32 |
<td> Teplota disků </td> |
33 |
<td> <?php @exec("/usr/sbin/hddtemp /dev/sd?",$xxx); |
33 |
<td> <?php @exec("/usr/sbin/hddtemp /dev/sd?",$xxx); |
34 |
echo implode("<br>", $xxx);?></td> |
34 |
echo implode("<br>", $xxx);?></td> |
- |
|
35 |
</tr> |
- |
|
36 |
</table> |
- |
|
37 |
|
- |
|
38 |
<table> |
- |
|
39 |
<tr> |
- |
|
40 |
<th colspan=2 class="Center"> Seznam filmů </th> |
- |
|
41 |
</tr> |
- |
|
42 |
<tr> |
- |
|
43 |
<td> Saznam filmů u MIHO </td> |
- |
|
44 |
<td> <a href="../../Modules/!films/Seznam_Filmů.xls">Seznam_Filmů.xls</a></td> |
35 |
</tr> |
45 |
</tr> |
36 |
</table> |
46 |
</table> |
37 |
|
47 |
|
38 |
<table> |
48 |
<table> |
39 |
<tr> |
49 |
<tr> |