summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 9ccfe96..59d7e81 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -513,10 +513,10 @@ if($act=="new" || $act=="edit") :
))->setHelp('Set this option if you would like to bind to a specific port. Leave this blank or enter 0 for a random dynamic port.');
$section->addInput(new Form_Input(
- 'sever_addr',
+ 'server_addr',
'Server host or address',
'text',
- $pconfig['sever_addr']
+ $pconfig['server_addr']
));
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud