Skip to content

Commit 36a91f0

Browse files
committed
Copy SSL Cert must be progressive
1 parent 289a5d0 commit 36a91f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: copy_cert_all.cgi

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $d && &can_edit_domain($d) && &can_edit_ssl() && &can_webmin_cert() ||
88
&error($text{'copycert_ecannot'});
99
$d->{'ssl_pass'} && &error($text{'copycert_epass'});
1010

11-
&ui_print_header(&domain_in($d), $text{'copycert_title'}, "");
11+
&ui_print_unbuffered_header(&domain_in($d), $text{'copycert_title'}, "");
1212
@already = &get_all_domain_service_ssl_certs($d);
1313

1414
foreach my $st (&list_service_ssl_cert_types()) {

0 commit comments

Comments
 (0)