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.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/contact/submit/index.php b/static/contact/submit/index.php
index 2ec10ec..5704a49 100644
--- a/static/contact/submit/index.php
+++ b/static/contact/submit/index.php
@@ -24,6 +24,8 @@ function send($n, $e, $m) {
return mail(to(),
$p . ' sent a message to FSF India',
'Per says:' . PHP_EOL . PHP_EOL . $m
+ . PHP_EOL . PHP_EOL . '---' . PHP_EOL
+ . 'Message originating from ' . $_SERVER['REMOTE_ADDR']
);
}