summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-01-11 10:00:57 -0200
committerRenato Botelho <renato@netgate.com>2017-01-11 10:00:57 -0200
commit7cdb1ff98361bd352134d78732fb519957803728 (patch)
treebcb876642d722031b522c81653b686a7d4aa2db8 /src/usr/local/www/system_authservers.php
parent9bec85af54284943d9f2293718e69865e1ecbf68 (diff)
parentedcd75357f0e93b124159314d3306197d5312e6c (diff)
downloadpfsense-7cdb1ff98361bd352134d78732fb519957803728.zip
pfsense-7cdb1ff98361bd352134d78732fb519957803728.tar.gz
Merge pull request #3369 from phil-davis/breadcrumbs_detail
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 86f96e8..7e52670 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -406,9 +406,11 @@ if ($_POST && $input_errors) {
}
$pgtitle = array(gettext("System"), gettext("User Manager"), gettext("Authentication Servers"));
+$pglinks = array("", "system_usermanager.php", "system_authservers.php");
if ($act == "new" || $act == "edit" || $input_errors) {
$pgtitle[] = gettext('Edit');
+ $pglinks[] = "@self";
}
$shortcut_section = "authentication";
include("head.inc");
OpenPOWER on IntegriCloud