mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add a way to hide the uname easily.
This commit is contained in:
parent
2c43da1f9a
commit
3312d8afb7
@ -95,8 +95,10 @@ $curcfg = $config['system']['firmware'];
|
||||
(<?php echo php_uname("m"); ?>)
|
||||
<br />
|
||||
built on <?php readfile("/etc/version.buildtime"); ?>
|
||||
<?php if(!$g['hideuname']): ?>
|
||||
<br />
|
||||
<div id="uname"><a href="#" onclick='swapuname(); return false;'><?php echo php_uname("s") . " " . php_uname("r"); ?></a></div>
|
||||
<?php endif; ?>
|
||||
<?php if(!isset($config['system']['firmware']['disablecheck'])): ?>
|
||||
<div id='updatestatus'><br/><?php echo gettext("Obtaining update status"); ?> ...</div>
|
||||
<?php endif; ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user