summaryrefslogtreecommitdiffstats
path: root/static/volunteer/submit/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'static/volunteer/submit/index.php')
-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);