Create new ROOT_CORE constant.

This commit is contained in:
KJ
2024-05-09 18:36:48 -04:00
parent f5f803dde2
commit c65fcd27c8
2 changed files with 5 additions and 3 deletions

View File

@ -36,7 +36,7 @@ class View extends Neuron {
return;
}
include(ROOT_DIR."/src/Views/$viewName.$extension");
include(ROOT_CORE."/Views/$viewName.$extension");
}
/**