Commit d63442d5 authored by Franco Fichtner's avatar Franco Fichtner

wizard: hook the openvpn server wizard into the openvpn server ACL

No need to do this twice.  Added benefit of menu access to the
same functionality.
parent bf1e663a
......@@ -455,12 +455,6 @@
<pattern>wizard.php?xml=system*</pattern>
</patterns>
</page-wizard-system>
<page-wizard-openvpn>
<name>OpenVPN Server Wizard</name>
<patterns>
<pattern>wizard.php?xml=openvpn*</pattern>
</patterns>
</page-wizard-openvpn>
<page-services-dhcprelay>
<name>Services: DHCP Relay</name>
<patterns>
......@@ -942,6 +936,7 @@
<name>VPN: OpenVPN: Server</name>
<patterns>
<pattern>vpn_openvpn_server.php*</pattern>
<pattern>wizard.php?xml=openvpn*</pattern>
</patterns>
</page-openvpn-server>
<page-xmlrpclibrary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment