aboutsummaryrefslogblamecommitdiffstats
path: root/public/index.php
blob: 98e78d3dc668321669093d1ed0bdde2f0fed6f4f (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                       
<?php
// SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri
// SPDX-FileCopyrightText: 2024 Harald Eilertsen
//
// SPDX-License-Identifier: AGPL-3.0-or-later

define('WEBTRAP_ROOT_DIR', dirname(__DIR__));

require WEBTRAP_ROOT_DIR . '/vendor/autoload.php';
require WEBTRAP_ROOT_DIR . '/src/process-request.php';