Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-12-15 15:08:46 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-12-15 15:08:46 +0300
commitfe6a2ffea5ab033039ce3df1c7c30c22e28647a4 (patch)
tree3fec7ebbfe07d649f755e8f20d766c29656838b0 /page-whitepaper-submit.php
parent3e56ce5546c39500ef9f6d5f82604c3e64ee8b11 (diff)
log a timestamp with whitepaper data
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'page-whitepaper-submit.php')
-rw-r--r--page-whitepaper-submit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/page-whitepaper-submit.php b/page-whitepaper-submit.php
index 4ebb5f70..1ba5621e 100644
--- a/page-whitepaper-submit.php
+++ b/page-whitepaper-submit.php
@@ -87,6 +87,7 @@ try {
// 'to' => $email_to, // we could enable this for debugging but it is otherwise not really useful so let's keep it off
'whitepaper' => $whitepaper_name,
'newsletter' => $newsletter,
+ 'timestamp' => time(),
// 'message' => $email_message,
// 'headers' => $headers,
];