From d9d9f7bd7747174fdb9700a7afb94cae8fd00aea Mon Sep 17 00:00:00 2001 From: "Bruno O. Notario" Date: Sun, 15 Aug 2021 03:51:36 -0300 Subject: [PATCH] Comment the glob for this->dirs on loadengine --- system/system.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/system.php b/system/system.php index b47a150..243deef 100644 --- a/system/system.php +++ b/system/system.php @@ -146,7 +146,7 @@ final class startEngineExacTI { * @throws TypeError */ private function loadengine () { - $this->dirs = glob(DIR_SYSTEM.'*/autoload.php', GLOB_BRACE); + //$this->dirs = glob(DIR_SYSTEM.'*/autoload.php', GLOB_BRACE); //require_once (DIR_SYSTEM.'database/autoload.php');