summaryrefslogtreecommitdiffstats
path: root/static/volunteer
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2021-02-07 12:35:44 -0500
committerrsiddharth <s@ricketyspace.net>2021-02-07 12:35:44 -0500
commit984cc86b87e5ab5a3457cc2226a4fcdc90555a10 (patch)
treef7e7e71213c5ba9b85f8f174cc841826b3750854 /static/volunteer
parent6d460ed170993e2c600fb8e0e1abbc8273daf3f5 (diff)
update volunteer/contact form submission
Don't include IP address of the person sending the message.
Diffstat (limited to 'static/volunteer')
-rw-r--r--static/volunteer/submit/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/volunteer/submit/index.php b/static/volunteer/submit/index.php
index ce62c2b..43c45c4 100644
--- a/static/volunteer/submit/index.php
+++ b/static/volunteer/submit/index.php
@@ -51,8 +51,7 @@ function send($n, $e, $m) {
$p = $n . ' <' . $e . '>';
$s = $p . ' wants to volunteer for FSF India';
$msg = 'Per says:' . PHP_EOL . PHP_EOL . $m
- . PHP_EOL . PHP_EOL . '---' . PHP_EOL
- . 'Message originating from ' . $_SERVER['REMOTE_ADDR'];
+ . PHP_EOL;
$mo = mail(to(), $s, $msg);
$go = gl_new_issue($s, $msg);