diff --git a/inc/webadmin-letsencrypt.php b/inc/webadmin-letsencrypt.php index 3b9e839..0437ba3 100644 --- a/inc/webadmin-letsencrypt.php +++ b/inc/webadmin-letsencrypt.php @@ -215,9 +215,6 @@ if (isset($_POST['submit'])) { break; } - $noticeMessage = "Votre certificat SSL a bien été installé !"; - array_push($messages, ["type" => "notice", "content" => $noticeMessage]); - break; } diff --git a/tpl/webadmin-letsencrypt.tpl.php b/tpl/webadmin-letsencrypt.tpl.php index 80fb8a0..30e1520 100644 --- a/tpl/webadmin-letsencrypt.tpl.php +++ b/tpl/webadmin-letsencrypt.tpl.php @@ -47,5 +47,7 @@ if (!empty($messages)) {