summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-09 15:59:36 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-09 15:59:36 +0000
commit3f0357fc1894149ad6ac7affbcccf340531fc17b (patch)
tree96bc1951fb56c3e26510cc764c600b0a29d6d444 /usr/local/www/fbegin.inc
parent575a42f58c4ce54c8774b875187fd63f4173f673 (diff)
downloadpfsense-3f0357fc1894149ad6ac7affbcccf340531fc17b.zip
pfsense-3f0357fc1894149ad6ac7affbcccf340531fc17b.tar.gz
Add a diag page for authentication.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 7e61155..9d29864 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -181,6 +181,7 @@ $status_menu = msort(array_merge($status_menu, return_ext_menu("Status")),0);
// Diagnostics
$diagnostics_menu = array();
$diagnostics_menu[] = array("ARP Tables", "/diag_arp.php");
+$diagnostics_menu[] = array("Authentication", "/diag_authentication.php");
$diagnostics_menu[] = array("Backup/Restore", "/diag_backup.php");
$diagnostics_menu[] = array("Command Prompt", "/exec.php");
$diagnostics_menu[] = array("DNS Lookup", "/diag_dns.php");
@@ -414,4 +415,4 @@ function add_to_menu($url, $name) {
<?php
$pgtitle_output = true;
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud