From dbede4422daedb0353e0a6bc1e29521ad03329d1 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sat, 20 Jan 2007 20:26:18 +0000 Subject: [PATCH] Oops git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1370 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/xorg.misc.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xorg.misc.inc.php b/include/xorg.misc.inc.php index ed8bff1..37525b8 100644 --- a/include/xorg.misc.inc.php +++ b/include/xorg.misc.inc.php @@ -131,7 +131,7 @@ function send_warning_mail($title) { $mailer = new PlMailer(); $mailer->setFrom("webmaster@polytechnique.org"); - $mailer->addTo("florent.bruneau@polytechnique.org"); + $mailer->addTo("hotliners@staff.polytechnique.org"); $mailer->setSubject($title); $mailer->setTxtBody("Identifiants de session :\n" . var_export($_SESSION, true) . "\n\n" ."Identifiants de connexion :\n" . var_export($_SERVER, true)); -- 2.1.4