add file readout

This commit is contained in:
Karl Hudgell 2016-12-01 14:33:19 +00:00
parent 09dd64b971
commit 0e89697cd7

View File

@ -188,7 +188,12 @@ for ($count = 1; $count < sizeof($diskfree); $count ++) {
<td id="kernel"></td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric"></td>
<td class="mdl-data-table__cell--non-numeric"><?php
$file = file_get_contents('/home/pi/hugh/rgb', FILE_USE_INCLUDE_PATH);
echo $file;
?></td>
<td id="processor"></td>
</tr>
<tr>