diff options
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/wizards/openvpn_wizard.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.inc b/usr/local/www/wizards/openvpn_wizard.inc index a6ce0df..e6291c2 100644 --- a/usr/local/www/wizards/openvpn_wizard.inc +++ b/usr/local/www/wizards/openvpn_wizard.inc @@ -251,6 +251,7 @@ function step9_stepbeforeformdisplay() { $state = $pconfig['step6']['state']; $city = $pconfig['step6']['city']; $org = $pconfig['step6']['organization']; + $email = $pconfig['step6']['email']; } else { $ca = lookup_ca($pconfig['step6']['authcertca']); $cavl = cert_get_subject_array($ca['crt']); |