summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_certs_create.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-04-26 04:37:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-04-26 04:37:25 +0000
commit27ee38274551a84f683aaef10eac794a1044b424 (patch)
treec1bc720664b19018843ffd926746b75e7b516974 /usr/local/www/vpn_openvpn_certs_create.php
parent49e72fedd96baafc1b37ca37835a1a9111b8d0b7 (diff)
downloadpfsense-27ee38274551a84f683aaef10eac794a1044b424.zip
pfsense-27ee38274551a84f683aaef10eac794a1044b424.tar.gz
Add missing Users tab
Diffstat (limited to 'usr/local/www/vpn_openvpn_certs_create.php')
-rw-r--r--usr/local/www/vpn_openvpn_certs_create.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/vpn_openvpn_certs_create.php b/usr/local/www/vpn_openvpn_certs_create.php
index 3b2c234..81701d3 100644
--- a/usr/local/www/vpn_openvpn_certs_create.php
+++ b/usr/local/www/vpn_openvpn_certs_create.php
@@ -187,8 +187,9 @@ function edit_mode() {
$tab_array = array();
$tab_array[0] = array("Server", false, "pkg.php?xml=openvpn.xml");
$tab_array[1] = array("Client", false, "pkg.php?xml=openvpn_cli.xml");
- $tab_array[2] = array("Client-specific configuration", false, "pkg.php?xml=openvpn_csc.xml");
- $tab_array[3] = array("Certificate generation", true, "vpn_openvpn_certs.php");
+ $tab_array[2] = array("Client-specific overrides", false, "pkg.php?xml=openvpn_csc.xml");
+ $tab_array[3] = array("Certificate Authority", true, "vpn_openvpn_certs.php");
+ $tab_array[3] = array("Users", true, "vpn_openvpn_users.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud