mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-11 00:57:39 -07:00
made email a requirement for ssl generation
This commit is contained in:
parent
010d132024
commit
fac9bdf415
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ if (empty($_POST['v_country'])) $errors[] = __('country');
|
|||
if (empty($_POST['v_state'])) $errors[] = __('domain');
|
||||
if (empty($_POST['v_locality'])) $errors[] = __('city');
|
||||
if (empty($_POST['v_org'])) $errors[] = __('organization');
|
||||
if (empty($_POST['v_email'])) $errors[] = __('email');
|
||||
$v_domain = $_POST['v_domain'];
|
||||
$v_email = $_POST['v_email'];
|
||||
$v_country = $_POST['v_country'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue