HELLO? FUCK YOU DEPARTMENT?

This commit is contained in:
flash 2022-09-25 03:40:31 +00:00
parent 26a72ff6f2
commit 5fad669858
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "lib/index-new"]
path = lib/index-new
url = https://git.flash.moe/flash/index.git

1
lib/index-new Submodule

@ -0,0 +1 @@
Subproject commit ac2255d24d7dd39ac91fa50d3a7aa71ce0a92188

View file

@ -19,7 +19,7 @@ define('MKI_DIR_PUB', MKI_ROOT . '/public');
define('MKI_DIR_PAGES', MKI_ROOT . '/pages'); define('MKI_DIR_PAGES', MKI_ROOT . '/pages');
define('MKI_DIR_CONFIG', MKI_ROOT . '/config'); define('MKI_DIR_CONFIG', MKI_ROOT . '/config');
require_once MKI_DIR_LIB . '/index/index.php'; require_once MKI_DIR_LIB . '/index-new/index.php';
Autoloader::addNamespace(__NAMESPACE__, MKI_DIR_SRC); Autoloader::addNamespace(__NAMESPACE__, MKI_DIR_SRC);
Environment::setDebug(MKI_DEBUG); Environment::setDebug(MKI_DEBUG);