diff --git a/index.php b/index.php index b2d502c1..f201ff49 100644 --- a/index.php +++ b/index.php @@ -3,6 +3,7 @@ require_once('./Config/Config.php'); require_once('./Config/Autoload.php'); Autoload::charger(); +echo "test"; -$control = new FrontController(); +// $control = new FrontController(); ?> \ No newline at end of file