From 518f12dca8804511c1b5971d3f7ac513d8e02ff9 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 23 Dec 2002 22:55:09 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/public/dons/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/public/dons/index.php b/htdocs/public/dons/index.php index 0c310a95b09..093c91d70d9 100644 --- a/htdocs/public/dons/index.php +++ b/htdocs/public/dons/index.php @@ -73,7 +73,7 @@ if ($conf->don->enabled) include ("mail.php"); - mail($don->email, $subject, $body, "From: eucd.info"); + mail($don->email, $subject, $body, "From: contact@eucd.info"); require("merci.php"); }