summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-24 20:08:28 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-24 20:08:28 -0400
commit1b48ab03f667f0d05e3797d2198cd94745f8a514 (patch)
tree7bb0f48378c6abc464a9f21ae73322d1300b1360 /usr/local/www
parent3935f9dd7ccde7e771f71dcd146bb18540354d8d (diff)
downloadpfsense-1b48ab03f667f0d05e3797d2198cd94745f8a514.zip
pfsense-1b48ab03f667f0d05e3797d2198cd94745f8a514.tar.gz
Request noembedded tag, too
Diffstat (limited to 'usr/local/www')
-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 4af1b53..170ee0d 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -31,7 +31,7 @@ require_once("globals.inc");
require_once("guiconfig.inc");
require_once("pkg-utils.inc");
-$pkg_info = get_pkg_info('all', array('name', 'category', 'website', 'version', 'status', 'descr', 'maintainer', 'required_version', 'pkginfolink'));
+$pkg_info = get_pkg_info('all', array('noembedded', 'name', 'category', 'website', 'version', 'status', 'descr', 'maintainer', 'required_version', 'pkginfolink'));
if($pkg_info) {
$fout = fopen("{$g['tmp_path']}/pkg_info.cache", "w");
fwrite($fout, serialize($pkg_info));
OpenPOWER on IntegriCloud