Oops
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 20 Jan 2007 20:26:18 +0000 (20:26 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 20 Jan 2007 20:26:18 +0000 (20:26 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1370 839d8a87-29fc-0310-9880-83ba4fa771e5

include/xorg.misc.inc.php

index ed8bff1..37525b8 100644 (file)
@@ -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));