add UnivNautes in version

This commit is contained in:
Thomas NOËL 2015-03-17 15:04:08 +01:00
parent f9a5d44bb6
commit 16b9c78e8e
1 changed files with 5 additions and 2 deletions

View File

@ -95,7 +95,9 @@ $curcfg = $config['system']['firmware'];
<tr>
<td width="25%" valign="top" class="vncellt">Version</td>
<td width="75%" class="listr">
<strong><?php readfile("/etc/version"); ?></strong>
<strong>UnivNautes 20150319</strong>
<br />
<strong>&mdash; pfSense <?php readfile("/etc/version"); ?></strong>
(<?php echo php_uname("m"); ?>)
<br />
built on <?php readfile("/etc/version.buildtime"); ?>
@ -110,12 +112,13 @@ $curcfg = $config['system']['firmware'];
</tr>
<?php if(!$g['hideplatform']): ?>
<tr>
<td width="25%" class="vncellt">Platform</td>
<td width="25%" clas="vncellt">Platform</td>
<td width="75%" class="listr">
<?=htmlspecialchars($g['platform']);?>
<?php if (($g['platform'] == "nanobsd") && (file_exists("/etc/nanosize.txt"))) {
echo " (" . htmlspecialchars(trim(file_get_contents("/etc/nanosize.txt"))) . ")";
} ?>
/ UnivNautes
</td>
</tr>
<?php endif; ?>