From bbc8558d6dca8acc88cf2bc91f8945ce58089ce7 Mon Sep 17 00:00:00 2001 From: Nicolas Roman Date: Tue, 30 Jul 2019 17:27:08 +0200 Subject: [PATCH] moving it back, nothing to see here --- inc/webadmin-letsencrypt.php | 3 --- tpl/webadmin-letsencrypt.tpl.php | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) 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)) {