2011-09-14 19:59:56 +00:00
|
|
|
#!/mod/bin/jimsh
|
|
|
|
|
2012-05-21 20:23:41 +00:00
|
|
|
source /mod/webif/lib/setup
|
2011-09-14 19:59:56 +00:00
|
|
|
require system.class
|
|
|
|
|
2012-06-03 20:12:31 +00:00
|
|
|
|
2011-09-14 19:59:56 +00:00
|
|
|
puts "<font class=blood style=\"font-size: 0.9em; float: right; clear: right\">
|
2011-09-25 18:25:09 +00:00
|
|
|
Web interface version: [system pkgver webif]<br>
|
2011-09-14 19:59:56 +00:00
|
|
|
Custom firmware version: [system modversion]
|
2012-06-03 20:12:31 +00:00
|
|
|
"
|
|
|
|
if {![catch {set fhtcpversion [system fhtcpversion]}]} {
|
|
|
|
puts "<br>Humax Version: $fhtcpversion"
|
|
|
|
}
|
|
|
|
puts "</font>"
|
2011-09-14 19:59:56 +00:00
|
|
|
|