aboutsummaryrefslogtreecommitdiffstats
path: root/trap-post-payload.php
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-07-04 12:34:45 +0200
committerHarald Eilertsen <haraldei@anduin.net>2024-07-04 12:41:37 +0200
commit257269474f4c8b5327d2a4a63129b5c329092059 (patch)
treecfa182c1da91066cd3924660ec22f601faf13639 /trap-post-payload.php
parentf45abc91173438b9149a7cfb5cf5515a85873e1f (diff)
downloadvolse-webtrap-257269474f4c8b5327d2a4a63129b5c329092059.tar.gz
volse-webtrap-257269474f4c8b5327d2a4a63129b5c329092059.tar.bz2
volse-webtrap-257269474f4c8b5327d2a4a63129b5c329092059.zip
Add license information with REUSE
Diffstat (limited to 'trap-post-payload.php')
-rw-r--r--trap-post-payload.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/trap-post-payload.php b/trap-post-payload.php
index 86918f9..4316ff1 100644
--- a/trap-post-payload.php
+++ b/trap-post-payload.php
@@ -1,4 +1,10 @@
<?php
+
+// SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri
+// SPDX-FileCopyrightText: 2024 Harald Eilertsen
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
$data = [
'SERVER_NAME' => $_SERVER['SERVER_NAME'],
'REMOTE_ADDR' => $_SERVER['REMOTE_ADDR'],