diff options
author | Rob Snelders <programming@ertai.nl> | 2013-01-04 22:45:52 +0100 |
---|---|---|
committer | Rob Snelders <programming@ertai.nl> | 2013-01-04 22:45:52 +0100 |
commit | 32981f96d1d2f2aba545fc81140aceb5ac247a32 (patch) | |
tree | 469c253bbd78525a0d1e2f25e9c8c8e7f9cb2412 | |
parent | dd676d76cdea013de63c41fbeb3cf61d81a72246 (diff) |
removed emailadres
-rw-r--r-- | bug/bug_fr/bug/mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/bug_fr/bug/mail.php b/bug/bug_fr/bug/mail.php index 892ca5a..68ea3ee 100644 --- a/bug/bug_fr/bug/mail.php +++ b/bug/bug_fr/bug/mail.php @@ -5,7 +5,7 @@ echo("FALSE"); } - $to = "programming@ertai.nl"; + $to = ""; $subject = "New Bug via the French BSA!"; $body = "Hi,\n\nThere was a new bug filed in french. Can somebody triage it for us?\n\n"; $body = $body + "Component: " + $_POST["component"] + "\n"; |