aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 37ce8a3..8529840 100644
--- a/index.php
+++ b/index.php
@@ -1,8 +1,8 @@
<?php
+
// SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri
// SPDX-FileCopyrightText: 2024 Harald Eilertsen
//
// SPDX-License-Identifier: AGPL-3.0-or-later
-require __DIR__ . '/vendor/autoload.php';
-require __DIR__ . '/src/process-request.php';
+http_response_code(403);