diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-07-04 13:02:59 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-07-04 13:02:59 +0200 |
commit | 27bf644d5809be63e439484a3f8ffee81b9d367b (patch) | |
tree | 37a31ded0cc54c8d7a54ebf57ad27cdbe5043311 /index.php | |
parent | 257269474f4c8b5327d2a4a63129b5c329092059 (diff) | |
download | volse-webtrap-27bf644d5809be63e439484a3f8ffee81b9d367b.tar.gz volse-webtrap-27bf644d5809be63e439484a3f8ffee81b9d367b.tar.bz2 volse-webtrap-27bf644d5809be63e439484a3f8ffee81b9d367b.zip |
Rename trap-post-payload.php and call it from index.php.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ +<?php // SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri // SPDX-FileCopyrightText: 2024 Harald Eilertsen // // SPDX-License-Identifier: AGPL-3.0-or-later + +require __DIR__ . '/src/process-request.php'; |