@ -14,9 +14,8 @@ spl_autoload_register(function ($className) {
// Incluir routers
$routers = glob(ROOT_CORE.'/Routers/*.php');
foreach($routers as $file){
foreach($routers as $file)
require_once($file);
}
\Libs\Router::apply();
?>
The note is not visible to the blocked user.