Переработка под iptvc
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (c) 2025, Антон Аксенов
|
||||
* This file is part of iptv.axenov.dev web interface
|
||||
* MIT License: https://git.axenov.dev/IPTV/web/src/branch/master/LICENSE
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use App\Core\Kernel;
|
||||
|
||||
require '../vendor/autoload.php';
|
||||
|
||||
core()->boot()->run();
|
||||
Kernel::instance()->app()->run();
|
||||
|
||||
Reference in New Issue
Block a user