v0.1.10
This commit is contained in:
@@ -7,6 +7,7 @@ $dotenv->load();
|
||||
include_once __DIR__ . "/bootstrap/db.php";
|
||||
include_once __DIR__ . "/bootstrap/header.php";
|
||||
include_once __DIR__ . "/bootstrap/secure.php";
|
||||
include_once __DIR__ . "/bootstrap/notification.php";
|
||||
const ROOT_DIR = __DIR__;
|
||||
const KERNEL_DIR = __DIR__ . "/kernel";
|
||||
const KERNEL_MODULES_DIR = __DIR__ . "/kernel/modules";
|
||||
@@ -18,7 +19,7 @@ const KERNEL_APP_MODULES_DIR = KERNEL_DIR . "/app_modules";
|
||||
|
||||
const APP_DIR = ROOT_DIR . "/app";
|
||||
|
||||
|
||||
\kernel\Theme::$assetsCollector = new \kernel\AssetsCollector();
|
||||
|
||||
function getConst($text): array|false|string
|
||||
{
|
||||
|
Reference in New Issue
Block a user