summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@users.noreply.github.com>2016-03-22 11:18:42 -0300
committerJose Luis Duran <jlduran@users.noreply.github.com>2016-03-23 04:07:11 -0300
commita7a430b83408e3cc0bf01075843999b8d69614f2 (patch)
treef6a20ecf13d013b6df62d7b8973238c906db6771 /src/usr/local/www/vpn_openvpn_client.php
parent8557d32321fc697cc19f169fca2eb3a0a7c1b57b (diff)
downloadpfsense-a7a430b83408e3cc0bf01075843999b8d69614f2.zip
pfsense-a7a430b83408e3cc0bf01075843999b8d69614f2.tar.gz
Fix OpenVPN client additional options typo
Should read client instead of server. Also remove the `push` example.
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php3
1 files changed, 1 insertions, 2 deletions
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' . '<br />' .
- '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',
OpenPOWER on IntegriCloud