summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/openvpn_wizard.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/wizards/openvpn_wizard.inc')
-rw-r--r--usr/local/www/wizards/openvpn_wizard.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.inc b/usr/local/www/wizards/openvpn_wizard.inc
index 41189e1..0ccae60 100644
--- a/usr/local/www/wizards/openvpn_wizard.inc
+++ b/usr/local/www/wizards/openvpn_wizard.inc
@@ -337,9 +337,6 @@ function step10_submitphpaction() {
if ($result = openvpn_validate_cidr($_POST['tunnelnet'], 'Tunnel network'))
$input_errors[] = $result;
- if ($result = openvpn_validate_cidr($_POST['remotenet'], 'Remote network'))
- $input_errors[] = $result;
-
if ($result = openvpn_validate_cidr($_POST['localnet'], 'Local network'))
$input_errors[] = $result;
@@ -530,8 +527,6 @@ function step12_submitphpaction() {
$server['gwredir'] = $pconfig['step10']['rdrgw'];
if (isset($pconfig['step10']['localnet']))
$server['local_network'] = $pconfig['step10']['localnet'];
- if (isset($pconfig['step10']['remotenet']))
- $server['remote_network'] = $pconfig['step10']['remotenet'];
if (isset($pconfig['step10']['concurrentcon']))
$server['maxclients'] = $pconfig['step10']['concurrentcon'];
if (isset($pconfig['step10']['compression']))
OpenPOWER on IntegriCloud