Revision b65f56f6
Added by Jim Pingle about 15 years ago
usr/local/www/vpn_openvpn_client.php | ||
---|---|---|
208 | 208 |
$client['vpnid'] = openvpn_vpnid_next(); |
209 | 209 |
|
210 | 210 |
if ($_POST['disable'] == "yes") |
211 |
$server['disable'] = true;
|
|
211 |
$client['disable'] = true;
|
|
212 | 212 |
$client['protocol'] = $pconfig['protocol']; |
213 | 213 |
$client['dev_mode'] = $pconfig['dev_mode']; |
214 | 214 |
list($client['interface'], $client['ipaddr']) = explode ("|",$pconfig['interface']); |
Also available in: Unified diff
Fix copypasta error. Part of ticket #449.