Show the architecture after the version number.

This commit is contained in:
jim-p 2010-08-11 11:15:46 -04:00
parent c53220ef5f
commit 2b3338f6fb

View File

@ -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 />