summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets/widgets
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-03 17:09:01 -0300
committerRenato Botelho <renato@netgate.com>2016-05-03 17:09:14 -0300
commit5a0235caa1600f4ea9601edcbfedab48b837174e (patch)
tree2f328596e34cc51df114aeba7052f17713fb4ac0 /src/usr/local/www/widgets/widgets
parentf91d05dd647b32dbfdd3b9508a441e5fbea9effc (diff)
downloadpfsense-5a0235caa1600f4ea9601edcbfedab48b837174e.zip
pfsense-5a0235caa1600f4ea9601edcbfedab48b837174e.tar.gz
Show patchlevel together with product version on banners and system information widget
Diffstat (limited to 'src/usr/local/www/widgets/widgets')
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/system_information.widget.php b/src/usr/local/www/widgets/widgets/system_information.widget.php
index 461a686..aa1ea06 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -120,7 +120,7 @@ $filesystems = get_mounted_filesystems();
<tr>
<th><?=gettext("Version");?></th>
<td>
- <strong><?=$g['product_version']?></strong>
+ <strong><?=$g['product_version_string']?></strong>
(<?php echo php_uname("m"); ?>)
<br />
<?=gettext('built on')?> <?php readfile("/etc/version.buildtime"); ?>
OpenPOWER on IntegriCloud