summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_pkglogs.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/status_pkglogs.php')
-rw-r--r--src/usr/local/www/status_pkglogs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/status_pkglogs.php b/src/usr/local/www/status_pkglogs.php
index 20f35e5..bd27b91 100644
--- a/src/usr/local/www/status_pkglogs.php
+++ b/src/usr/local/www/status_pkglogs.php
@@ -101,9 +101,11 @@ if (!$apkg) { // If we aren't looking for a specific package, locate the first p
}
$pgtitle = array(gettext("Status"), gettext("Package Logs"));
+$pglinks = array("", "status_pkglogs.php");
if ($pkgwithlogging && !empty($apkg)) {
$pgtitle[] = $apkg;
+ $pglinks[] = "@self";
}
include("head.inc");
OpenPOWER on IntegriCloud