health page displays piler version

This commit is contained in:
SJ
2015-03-18 15:22:53 +01:00
parent 78728c2c6e
commit 925b108457
4 changed files with 14 additions and 0 deletions

View File

@ -12,6 +12,11 @@
<div class="cellhealthright"><?php print $sysinfo[0]; ?></div>
</div>
<div class="row">
<div class="cellhealthleft">Piler</div>
<div class="cellhealthright"><?php print $piler_version; ?></div>
</div>
<div class="row">
<div class="cellhealthleft"><?php print $text_server_operating_system; ?></div>
<div class="cellhealthright"><?php print $sysinfo[1]; ?></div>