We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822af76 commit 2c228f5Copy full SHA for 2c228f5
1 file changed
web/edit/web/index.php
@@ -446,16 +446,6 @@
446
}
447
448
449
- // Add Lets Encrypt Mail domain support
450
- if ((!empty($_POST['v_ssl'])) && ( $v_letsencrypt == 'no' ) && (!empty($_POST['v_letsencrypt'])) && empty($_SESSION['error_msg'])) {
451
- $l_aliases = str_replace("\n", ',', $v_aliases);
452
- exec (HESTIA_CMD."v-add-letsencrypt-domain ".$user." ".$v_domain." '' 'yes'", $output, $return_var);
453
- check_return_code($return_var,$output);
454
- unset($output);
455
- $restart_web = 'yes';
456
- $restart_proxy = 'yes';
457
- }
458
-
459
// Add Force SSL
460
if ((!empty($_POST['v_ssl_forcessl'])) && (!empty($_POST['v_ssl'])) && (empty($_SESSION['error_msg']))) {
461
exec (HESTIA_CMD."v-add-web-domain-ssl-force ".$user." ".$v_domain, $output, $return_var);
0 commit comments