Show wizard tab for openvpn.
fix typos
fix text
Add advacnced custom options box Ticket #234
Rework includes/require. This saves about 4 megabytes.Simplify get_memory(). Tested on mips/i386
Remove openvpn.inc from functions.inc since its just a subsystem that does not need to be present on all of the includes.
Use listbg as all other pages do
Make it possible for pakages to insert additional tabbed pages into anexisting tab group. This requires that each page in the tab group calladd_package_tabs() with the tab group name before display_top_tabs() sopages can be inserted. While far from optimal, this system is really a...
move CSS header to correct location
Add CSS header
Correctly validate required input fields for OpenVPN screens.
Correct some problems with the filter code where we were calling foreachon data that wasn't necessarily a valid array.
Modify the OpenVPN code to stop passing the array index around and thenimmediately obtaining a reference to the array entry. We already have a...
Rework most of the OpenVPN support. The interfaces have been updated tonot use the pkg system and the configuration has been migrated to anopenvpn prefix. The centralized user and certificate manager is now usedto support the openvpn configurations. Most of the files removed in this...