Files
web/public/index.php

15 lines
293 B
PHP

<?php
/*
* Copyright (c) 2025, Антон Аксенов
* This file is part of m3u.su project
* MIT License: https://git.axenov.dev/IPTV/web/src/branch/master/LICENSE
*/
declare(strict_types=1);
use App\Core\Kernel;
require '../vendor/autoload.php';
Kernel::instance()->app()->run();