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; break;
} }
$noticeMessage = "Votre certificat SSL a bien été installé !";
array_push($messages, ["type" => "notice", "content" => $noticeMessage]);
break; break;
} }

View file

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