From 46bc6e545a17e77202aaf01ec0cd8d5a46567525 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 25 Aug 2015 08:08:24 -0300 Subject: Move main pfSense content to src/ --- src/usr/local/www/diag_authentication.php | 138 ++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 src/usr/local/www/diag_authentication.php (limited to 'src/usr/local/www/diag_authentication.php') diff --git a/src/usr/local/www/diag_authentication.php b/src/usr/local/www/diag_authentication.php new file mode 100644 index 0000000..d0b81d5 --- /dev/null +++ b/src/usr/local/www/diag_authentication.php @@ -0,0 +1,138 @@ +" . gettext("This user is a member of these groups") . ":
"; + foreach ($groups as $group) { + $savemsg .= "{$group} "; + } + } else { + $input_errors[] = gettext("Authentication failed."); + } + } +} +$pgtitle = array(gettext("Diagnostics"), gettext("Authentication")); +$shortcut_section = "authentication"; +include("head.inc"); + +?> + + + + + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
  + " /> +
+
+
+
+ + + + -- cgit v1.1