summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-22 14:52:18 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-22 15:01:33 -0400
commitaf71b28876a8bbf3e0f0dd3fa4dc7ecb338da35a (patch)
tree23f8f42acf8644feee81b671907e2f8586163c83 /src/usr/local/www/pkg_mgr.php
parent3781c561c3efda0d38196f2df0938e0defedee2e (diff)
downloadpfsense-af71b28876a8bbf3e0f0dd3fa4dc7ecb338da35a.zip
pfsense-af71b28876a8bbf3e0f0dd3fa4dc7ecb338da35a.tar.gz
Remove link to package revision history
Diffstat (limited to 'src/usr/local/www/pkg_mgr.php')
-rw-r--r--src/usr/local/www/pkg_mgr.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/usr/local/www/pkg_mgr.php b/src/usr/local/www/pkg_mgr.php
index 8af16ca..46a0455 100644
--- a/src/usr/local/www/pkg_mgr.php
+++ b/src/usr/local/www/pkg_mgr.php
@@ -155,6 +155,7 @@ if(!$pkg_info || !is_array($pkg_info)):?>
<?php
foreach($pkg_info as $index):
+
if(get_package_id($index['name']) >= 0 ) {
continue;
}
@@ -175,14 +176,19 @@ if(!$pkg_info || !is_array($pkg_info)):?>
</a>
</td>
-<?php if (!$g['disablepackagehistory']):?>
+<?php
+/* // We no longer have a package revision history URL
+ if (!$g['disablepackagehistory']):?>
<td>
<!-- XXX: $changeloglink is undefined -->
<a target="_blank" title="<?=gettext("View changelog")?>" href="<?=htmlspecialchars($changeloglink)?>">
<?=htmlspecialchars($index['version'])?>
</a>
</td>
-<?php endif;?>
+<?php
+endif;
+*/
+?>
<td>
<?=$index['desc']?>
</td>
OpenPOWER on IntegriCloud