mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add missing ?, fix uname display. Fixes #1960
This commit is contained in:
parent
8800783f5d
commit
ebcd13cac1
@ -93,7 +93,7 @@ $curcfg = $config['system']['firmware'];
|
||||
<br />
|
||||
built on <?php readfile("/etc/version.buildtime"); ?>
|
||||
<br />
|
||||
<div name="uname" id="uname"><a href="#" onClick='swapuname(); return false;'><php echo php_uname("s") . " " . php_uname("r"); ?></a></div>
|
||||
<div name="uname" id="uname"><a href="#" onClick='swapuname(); return false;'><?php echo php_uname("s") . " " . php_uname("r"); ?></a></div>
|
||||
<div id='updatestatus'><br/>Obtaining update status...</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user