Revision eff77cb7
Added by Jim Pingle almost 15 years ago
usr/local/www/wizards/openvpn_wizard.inc | ||
---|---|---|
437 | 437 |
exit; |
438 | 438 |
} |
439 | 439 |
|
440 |
if (isset($pconfig['step6']['uselist'])) { |
|
440 |
if (isset($pconfig['step6']['uselist']) && !empty($pconfig['step6']['certca'])) {
|
|
441 | 441 |
$ca = array(); |
442 | 442 |
$ca['refid'] = uniqid(); |
443 | 443 |
$ca['name'] = $pconfig['step6']['certca']; |
Also available in: Unified diff
Fix this test, allows proper selection of CA in OpenVPN wizard.