@ -7,10 +7,8 @@ spl_autoload_register(function ($className) {
$name = basename($fp);
$dir = dirname($fp);
$file = ROOT_CORE.'/'.$dir.'/'.$name.'.php';
if (file_exists($file)) {
if (file_exists($file))
require_once $file;
return;
}
});
// Incluir routers
The note is not visible to the blocked user.