summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/pkg_mgr_installed.php')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 78a3362..f81b466 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -89,7 +89,9 @@ include("head.inc");
<tr>
<td width="10%" class="listhdrr"><?=gettext("Package Name"); ?></td>
<td width="20%" class="listhdrr"><?=gettext("Category"); ?></td>
+ <?php if (! $g['disablepackageinfo']): ?>
<td width="10%" class="listhdrr"><?=gettext("Package Info"); ?></td>
+ <?php endif; ?>
<td width="15%" class="listhdrr"><?=gettext("Package Version"); ?></td>
<td width="45%" class="listhdr"><?=gettext("Description"); ?></td>
</tr>
@@ -143,6 +145,7 @@ include("head.inc");
<td class="listr">
<?=$pkg['category'];?>
</td>
+ <?php if (! $g['disablepackageinfo']): ?>
<td class="listr">
<?php
if($currentvers[$pkg['name']]['pkginfolink']) {
@@ -153,6 +156,7 @@ include("head.inc");
}
?>
</td>
+ <?php endif; ?>
<td class="<?=$tdclass;?>">
<?=$pkgver;?>
</td>
OpenPOWER on IntegriCloud