diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-07-04 12:34:45 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-07-04 12:41:37 +0200 |
commit | 257269474f4c8b5327d2a4a63129b5c329092059 (patch) | |
tree | cfa182c1da91066cd3924660ec22f601faf13639 /trap-post-payload.php | |
parent | f45abc91173438b9149a7cfb5cf5515a85873e1f (diff) | |
download | volse-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.php | 6 |
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'], |