stop ENABLED_MODS

This commit is contained in:
Shish
2020-01-27 20:00:23 +00:00
parent 59c89ee135
commit af48aa504b
3 changed files with 1 additions and 3 deletions

View File

@@ -480,7 +480,7 @@ function require_all(array $files): void {
function _load_core_files() {
require_all(array_merge(
zglob("core/*.php"),
zglob("core/{".ENABLED_MODS."}/*.php"),
zglob("core/imageboard/*.php"),
zglob("ext/*/info.php")
));
}