fix headre

This commit is contained in:
2024-07-29 16:07:51 +03:00
parent 200763725e
commit f24ce58b85
4 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,7 @@ $dotenv = Dotenv\Dotenv::createImmutable(__DIR__);
$dotenv->load();
include_once __DIR__ . "/bootstrap/db.php";
include_once __DIR__ . "/bootstrap/header.php";
const ROOT_DIR = __DIR__;
const KERNEL_DIR = __DIR__ . "/kernel";
const CONSOLE_DIR = __DIR__ . "/kernel/console";