mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Show the architecture after the version number.
This commit is contained in:
parent
c53220ef5f
commit
2b3338f6fb
@ -87,6 +87,11 @@ $curcfg = $config['system']['firmware'];
|
||||
<td width="25%" valign="top" class="vncellt">Version</td>
|
||||
<td width="75%" class="listr">
|
||||
<strong><?php readfile("/etc/version"); ?></strong>
|
||||
(<?php
|
||||
$arch = "";
|
||||
exec('uname -m', $arch);
|
||||
echo $arch[0];
|
||||
?>)
|
||||
<br />
|
||||
built on <?php readfile("/etc/version.buildtime"); ?>
|
||||
<br />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user