summaryrefslogtreecommitdiffstats
path: root/static/contact/submit/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'static/contact/submit/index.php')
-rw-r--r--static/contact/submit/index.php3
1 files changed, 1 insertions, 2 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);