diff --git a/index.php b/index.php index 3942b8a..8721b98 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ use PhangoApp\PhaUtils\Utils; include('libraries/Utils.php'); include('libraries/Routes.php'); -spl_autoload_register(function ($class_name) { +/*spl_autoload_register(function ($class_name) { //include($nombre_clase . '.php'; //echo $class_name; @@ -19,7 +19,7 @@ spl_autoload_register(function ($class_name) { } -}); +});*/ if(is_file('vendor/autoload.php')) {