From d948343f5e6a54c8a73a3f24b6f076d5abea6fe9 Mon Sep 17 00:00:00 2001 From: Pierre BALLANDRAS Date: Mon, 12 Dec 2022 16:14:54 +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 d745eebc..4a6b4795 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;