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