blob: 6cb9eea6056ea45372af422e12199703b538d576 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<? local data = ...
require("viewfunctions")
?>
<H1>System Info</H1>
<DL>
<?
displayitem(data.value.status)
displayitem(data.value.version)
displayitem(data.value.autostart)
?>
</DL>
|