summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/contact/submit/index.php3
-rw-r--r--static/volunteer/submit/index.php3
2 files changed, 2 insertions, 4 deletions
diff --git a/static/contact/submit/index.php b/static/contact/submit/index.php
index 4905a1f..8ac61f2 100644
--- a/static/contact/submit/index.php
+++ b/static/contact/submit/index.php
@@ -51,8 +51,7 @@ function send($n, $e, $m) {
$p = $n . ' <' . $e . '>';
$s = $p . ' sent a message to 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);
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);