summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
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 528104e..9557f50 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -433,9 +433,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