From: x2003bruneau Date: Sat, 20 Jan 2007 20:26:18 +0000 (+0000) Subject: Oops X-Git-Tag: xorg/0.9.13~101 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=dbede4422daedb0353e0a6bc1e29521ad03329d1;p=platal.git Oops git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1370 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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));