From 5fc806c29a199c99971ce5c76a7db05794a1b831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Mon, 12 Dec 2022 16:16:41 +0100 Subject: [PATCH] test --- WEB/Config/Autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Config/Autoload.php b/WEB/Config/Autoload.php index 4a6b4795..bb47d4ea 100644 --- a/WEB/Config/Autoload.php +++ b/WEB/Config/Autoload.php @@ -37,7 +37,7 @@ class Autoload $dir =array('Model/','./','Config/','Controller/','Metier/', 'Factory/'); foreach ($dir as $d){ $file=$rep.$d.$filename; - echo $file; + // echo $file; if (file_exists($file)) { include $file;