From 720e572baa14aa8f62bb9719537b41b4d470d44b Mon Sep 17 00:00:00 2001 From: Noe GARNIER Date: Wed, 23 Nov 2022 12:56:47 +0100 Subject: [PATCH] =?UTF-8?q?Test=20de=20d=C3=A9ploiment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WEB/Config/Config.php | 2 +- WEB/Controller/Controller.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/WEB/Config/Config.php b/WEB/Config/Config.php index 8b613a6f..1bd68050 100644 --- a/WEB/Config/Config.php +++ b/WEB/Config/Config.php @@ -1,6 +1,6 @@ con=$con; session_start(); try{ - echo "control"; + echo "controller"; global $rep, $vues, $error; $action=$_REQUEST['action']; switch($action) {