summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-10-23 15:55:42 -0200
committerRenato Botelho <renato@netgate.com>2015-10-23 15:55:42 -0200
commit0b52797d0c6ce3a4f30faf2fe5fd87836e4b990e (patch)
treeef8916990deb7dd850e8df16d0660cf4a0acac29 /src/usr/local/www/pkg_mgr_installed.php
parent9aaa560b113cae8cc528ecd49f6163c8a0ba651c (diff)
parent1047465be3f6b5fdf85805710ed3d8411f51499d (diff)
downloadpfsense-0b52797d0c6ce3a4f30faf2fe5fd87836e4b990e.zip
pfsense-0b52797d0c6ce3a4f30faf2fe5fd87836e4b990e.tar.gz
Merge pull request #1975 from phil-davis/patch-2
Diffstat (limited to 'src/usr/local/www/pkg_mgr_installed.php')
-rw-r--r--src/usr/local/www/pkg_mgr_installed.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/pkg_mgr_installed.php b/src/usr/local/www/pkg_mgr_installed.php
index 61d3b88..775d2b7 100644
--- a/src/usr/local/www/pkg_mgr_installed.php
+++ b/src/usr/local/www/pkg_mgr_installed.php
@@ -185,7 +185,9 @@ if(empty($installed_packages)):?>
<a target="_blank" title="<?=gettext("View changelog")?>" href="<?=htmlspecialchars($changeloglink)?>">
<?php endif;?>
<?=htmlspecialchars($pkg['installed_version'])?>
+<?php if (!$g['disablepackagehistory']):?>
</a>
+<?php endif;?>
</td>
<td>
<?=$pkg['desc']?>
OpenPOWER on IntegriCloud