create module update
This commit is contained in:
@ -13,7 +13,7 @@ const KERNEL_MODULES_DIR = __DIR__ . "/kernel/modules";
|
||||
const KERNEL_ADMIN_THEMES_DIR = __DIR__ . "/kernel/admin_themes";
|
||||
const CONSOLE_DIR = __DIR__ . "/kernel/console";
|
||||
const RESOURCES_DIR = __DIR__ . "/resources";
|
||||
|
||||
const KERNEL_TEMPLATES_DIR = __DIR__ . "/kernel/templates";
|
||||
const KERNEL_APP_MODULES_DIR = KERNEL_DIR . "/app_modules";
|
||||
|
||||
const APP_DIR = ROOT_DIR . "/app";
|
||||
@ -29,6 +29,7 @@ function getConst($text): array|false|string
|
||||
"{KERNEL}" => KERNEL_DIR,
|
||||
"{KERNEL_MODULES}" => KERNEL_MODULES_DIR,
|
||||
"{KERNEL_APP_MODULES}" => KERNEL_APP_MODULES_DIR,
|
||||
"{KERNEL_TEMPLATES}" => KERNEL_TEMPLATES_DIR,
|
||||
"{CONSOLE}" => CONSOLE_DIR,
|
||||
"{APP}" => APP_DIR,
|
||||
];
|
||||
|
Reference in New Issue
Block a user