summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-24 20:08:11 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-24 20:08:11 -0400
commit8b0996560c37fc441223d7d9857134b38366e404 (patch)
treee49cfbaafd65a03561bb0848a170b2e06771def9 /usr/local/www/pkg_mgr.php
parentf4ea019240882857b856c14a6ed16fe84d399d03 (diff)
downloadpfsense-8b0996560c37fc441223d7d9857134b38366e404.zip
pfsense-8b0996560c37fc441223d7d9857134b38366e404.tar.gz
Request noembedded tag, too
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 3542742..a1bfb5d 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -38,7 +38,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', 'maximum_version', 'pkginfolink'));
+$pkg_info = get_pkg_info('all', array('noembedded', 'name', 'category', 'website', 'version', 'status', 'descr', 'maintainer', 'required_version', 'maximum_version', 'pkginfolink'));
if($pkg_info) {
$fout = fopen("{$g['tmp_path']}/pkg_info.cache", "w");
fwrite($fout, serialize($pkg_info));
OpenPOWER on IntegriCloud