diff --git a/WEB/Controller/Controller.php b/WEB/Controller/Controller.php index 39139345..ab1125a6 100644 --- a/WEB/Controller/Controller.php +++ b/WEB/Controller/Controller.php @@ -12,6 +12,7 @@ class Controller $this->con=$con; session_start(); try{ + echo "control"; global $rep, $vues, $error; $action=$_REQUEST['action']; switch($action) {