summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-05 22:05:29 +0000
committerColin Smith <colin@pfsense.org>2005-06-05 22:05:29 +0000
commit77c6c2f70c15d3cf38fd8f8c13ef2487836c29bb (patch)
tree606bf182e195aff8e3b44ac9234996ff179841d8 /usr/local/www/pkg_mgr.php
parentb426850b2c8c36b5fb349f4d26cd7c58a46a41ba (diff)
downloadpfsense-77c6c2f70c15d3cf38fd8f8c13ef2487836c29bb.zip
pfsense-77c6c2f70c15d3cf38fd8f8c13ef2487836c29bb.tar.gz
Only request the fields we need.
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 719e562..cc05f63 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -70,7 +70,7 @@ include("fbegin.inc");
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php
-$pkg_info = get_pkg_info();
+$pkg_info = get_pkg_info('all', array('name', 'category', 'website', 'version', 'status', 'descr'));
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
OpenPOWER on IntegriCloud