From a7a430b83408e3cc0bf01075843999b8d69614f2 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Tue, 22 Mar 2016 11:18:42 -0300 Subject: Fix OpenVPN client additional options typo Should read client instead of server. Also remove the `push` example. --- src/usr/local/www/vpn_openvpn_client.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/usr/local/www/vpn_openvpn_client.php') diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php index 530e129..39beca7 100644 --- a/src/usr/local/www/vpn_openvpn_client.php +++ b/src/usr/local/www/vpn_openvpn_client.php @@ -776,8 +776,7 @@ if ($act=="new" || $act=="edit"): 'custom_options', 'Custom options', $pconfig['custom_options'] - ))->setHelp('Enter any additional options you would like to add to the OpenVPN server configuration here, separated by semicolon' . '
' . - 'EXAMPLE: push "route 10.0.0.0 255.255.255.0"'); + ))->setHelp('Enter any additional options you would like to add to the OpenVPN client configuration here, separated by semicolon'); $section->addInput(new Form_Select( 'verbosity_level', -- cgit v1.1