This repository has been archived on 2026-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web/public/index.php
T

8 lines
91 B
PHP

<?php
declare(strict_types=1);
require '../vendor/autoload.php';
core()->boot()->run();