From ba301238d4ac74a83cbf98b861853a000d849e90 Mon Sep 17 00:00:00 2001 From: absurdo Date: Sun, 19 Nov 2023 01:12:17 +0100 Subject: [PATCH] Cleaning autoload --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')) {