Revision 9b7ca37d
Added by Ermal Luçi over 10 years ago
usr/local/www/vpn_ipsec_settings.php | ||
---|---|---|
157 | 157 |
} |
158 | 158 |
|
159 | 159 |
if($_POST['shuntlaninterfaces'] == "yes") { |
160 |
$config['ipsec']['unityplugin'] = true;
|
|
160 |
$config['ipsec']['shuntlaninterfaces'] = true;
|
|
161 | 161 |
} elseif (isset($config['ipsec']['shuntlaninterfaces'])) { |
162 | 162 |
unset($config['ipsec']['shuntlaninterfaces']); |
163 | 163 |
} |
Also available in: Unified diff
Fixes #4504 use correct key index