Update index.php
This commit is contained in:
parent
d4c53fe850
commit
c29793721f
|
@ -18,8 +18,9 @@ foreach($load_systems as $system_name) {
|
||||||
if(file_exists($system_inc_file)) {
|
if(file_exists($system_inc_file)) {
|
||||||
if($system_name == "base") {
|
if($system_name == "base") {
|
||||||
include($system_inc_file);
|
include($system_inc_file);
|
||||||
|
register_loaded("system", $system_inc_file);
|
||||||
} else {
|
} else {
|
||||||
include_isolate($system_inc_file, $scope);
|
loadModule($system_name, $scope);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user