diff options
author | Chris Buechler <cmb@pfsense.org> | 2010-01-01 02:57:15 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2010-01-01 02:57:15 -0500 |
commit | ffca877988c484499773c393642f17b0203143ad (patch) | |
tree | 039d5d3d5bec5e5c1dee6d879a79f1af6dedb460 /usr | |
parent | 2953c7e967ce48f3800e3500b61ceddb15c37176 (diff) | |
download | pfsense-ffca877988c484499773c393642f17b0203143ad.zip pfsense-ffca877988c484499773c393642f17b0203143ad.tar.gz |
fix text
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/vpn_openvpn_csc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_csc.php b/usr/local/www/vpn_openvpn_csc.php index eeaee5f..a35a416 100644 --- a/usr/local/www/vpn_openvpn_csc.php +++ b/usr/local/www/vpn_openvpn_csc.php @@ -641,7 +641,7 @@ function netbios_change() { <tr> <td> <textarea rows="6" cols="78" name="custom_options" id="custom_options"><?=$pconfig['custom_options'];?></textarea><br/> - Paste any additional options you would like to pass through to the OpenVPN server here seperated by a semicolon<br/> + Enter any additional options you would like to add for this client specific override, seperated by a semicolon<br/> EXAMPLE: push "route 10.0.0.0 255.255.255.0"; </td> </tr> |