diff options
author | Chris Buechler <cmb@pfsense.org> | 2008-04-27 20:48:05 +0000 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2008-04-27 20:48:05 +0000 |
commit | f98e213555ea8bcaf9ac120b6d5f1c02c85a52c7 (patch) | |
tree | 615180b4f6b47698d9cf12e7d9864bda4cc9a80e /usr | |
parent | b6601324d5e3651adc9edc53e23d54485df86efd (diff) | |
download | pfsense-f98e213555ea8bcaf9ac120b6d5f1c02c85a52c7.zip pfsense-f98e213555ea8bcaf9ac120b6d5f1c02c85a52c7.tar.gz |
fix tabs
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/vpn_openvpn_certs_existing.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_certs_existing.php b/usr/local/www/vpn_openvpn_certs_existing.php index 6583d82..8c097d7 100644 --- a/usr/local/www/vpn_openvpn_certs_existing.php +++ b/usr/local/www/vpn_openvpn_certs_existing.php @@ -131,7 +131,8 @@ if ($_POST) { $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[3] = array("Certificate Authority", true, "vpn_openvpn_certs.php"); + $tab_array[4] = array("Users", false, "vpn_openvpn_users.php"); display_top_tabs($tab_array); ?> </td></tr> |