From 8251df471886c90788ed9d225a6febfbdff8e1da Mon Sep 17 00:00:00 2001 From: Shikiryu Date: Mon, 16 Jan 2017 23:17:59 +0100 Subject: [PATCH] :bug: Corrige une coquille Un espace en trop dans l'URL et plus rien ne fonctionne :-( --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 186253a..f12d0ce 100644 --- a/index.php +++ b/index.php @@ -68,7 +68,7 @@ if (isset($_GET['v'])) { else $mail->Body = '
' . nl2br($body) . '
'; if ($mail->send()) { - echo 'loadScript("//' . $_SERVER['HTTP_HOST'].' /js/alertify.min.js", + echo 'loadScript("//' . $_SERVER['HTTP_HOST'].'/js/alertify.min.js", function() { alertify.alert("Email Sent."); });'; } else { echo ':(';