summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-10 20:33:55 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-10 20:33:55 +0545
commitedcd75357f0e93b124159314d3306197d5312e6c (patch)
tree6794b7c6bfc78f057e2990bca7096a733c70cb0f /src/usr/local/www/pkg_mgr_installed.php
parentc50f228a1583fe694993778e8576322877a15bba (diff)
downloadpfsense-edcd75357f0e93b124159314d3306197d5312e6c.zip
pfsense-edcd75357f0e93b124159314d3306197d5312e6c.tar.gz
Breadcrumb links
Diffstat (limited to 'src/usr/local/www/pkg_mgr_installed.php')
-rw-r--r--src/usr/local/www/pkg_mgr_installed.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/pkg_mgr_installed.php b/src/usr/local/www/pkg_mgr_installed.php
index 261de70..13c77d2 100644
--- a/src/usr/local/www/pkg_mgr_installed.php
+++ b/src/usr/local/www/pkg_mgr_installed.php
@@ -32,6 +32,7 @@ require_once("pkg-utils.inc");
/* if upgrade in progress, alert user */
if (is_subsystem_dirty('packagelock')) {
$pgtitle = array(gettext("System"), gettext("Package Manager"));
+ $pglinks = array("", "@self");
include("head.inc");
print_info_box("Please wait while packages are reinstalled in the background.");
include("foot.inc");
@@ -201,6 +202,7 @@ function get_pkg_table() {
}
$pgtitle = array(gettext("System"), gettext("Package Manager"), gettext("Installed Packages"));
+$pglinks = array("", "@self", "@self");
include("head.inc");
$tab_array = array();
OpenPOWER on IntegriCloud