summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-04-27 20:19:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-04-27 20:19:17 +0000
commit9596f5af742103d8d0b0dc3ce2deec6b1894faf0 (patch)
treedee3b0e818c6ae830056b8485a297c14c7a3b36d
parent43894cbc8609a2ca9aed5121308d14232242949e (diff)
downloadpfsense-9596f5af742103d8d0b0dc3ce2deec6b1894faf0.zip
pfsense-9596f5af742103d8d0b0dc3ce2deec6b1894faf0.tar.gz
Correctly show Users tab.
-rw-r--r--usr/local/www/vpn_openvpn_certs_create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_certs_create.php b/usr/local/www/vpn_openvpn_certs_create.php
index 3439052..50f1ab8 100644
--- a/usr/local/www/vpn_openvpn_certs_create.php
+++ b/usr/local/www/vpn_openvpn_certs_create.php
@@ -189,7 +189,7 @@ function edit_mode() {
$tab_array[] = array("Client", false, "pkg.php?xml=openvpn_cli.xml");
$tab_array[] = array("Client-specific overrides", false, "pkg.php?xml=openvpn_csc.xml");
$tab_array[] = array("Certificate Authority", true, "vpn_openvpn_certs.php");
- $tab_array[] = array("Users", true, "vpn_openvpn_users.php");
+ $tab_array[] = array("Users", false, "vpn_openvpn_users.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud