From f0fe073903b3a62a22e9df51e53f0b4e8c72358a Mon Sep 17 00:00:00 2001
From: Warren PONS <warren.pons@ensiie.fr>
Date: Mon, 16 May 2016 17:01:27 +0200
Subject: [PATCH] Modification de l'adresse mail.

---
 traitement_mail.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traitement_mail.php b/traitement_mail.php
index a39a8da..2aadeee 100644
--- a/traitement_mail.php
+++ b/traitement_mail.php
@@ -22,7 +22,7 @@
   else
       header("Location:contact.php");
 
-	$destinataire = 'wak.pons@gmail.com';
+	$destinataire = 'wakpons@gmail.com';
 	$headers = "From: $nom <$email>\r\n".
               "MIME-Version: 1.0" . "\r\n" .
               "Content-type: text/html; charset=UTF-8" . "\r\n";
-- 
GitLab