mirror of
https://github.com/webmin/webmin.git
synced 2026-05-06 15:20:29 +01:00
Fix to redirect to SSL edit page with Let's Encrypt tab
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
544703c1b8 (r182819336)
This commit is contained in:
@@ -106,7 +106,7 @@ if ($in{'save'}) {
|
||||
$in{'subset'}, $in{'use'},
|
||||
$in{'directory_url'},
|
||||
$in{'eab_kid'}, $in{'eab_hmac'});
|
||||
&redirect("edit_ssl.cgi");
|
||||
&redirect("edit_ssl.cgi?mode=lets");
|
||||
}
|
||||
else {
|
||||
# Request the cert
|
||||
|
||||
Reference in New Issue
Block a user