moving it back, nothing to see here

This commit is contained in:
Nicolas Roman 2019-07-30 17:27:08 +02:00
parent 0fdc6d0855
commit bbc8558d6d
2 changed files with 2 additions and 3 deletions

View File

@ -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;
}

View File

@ -47,5 +47,7 @@ if (!empty($messages)) {
</form>
<?php
}
} else {
echo "Votre certificat SSL a bien été installé !";
}
}