diff --git a/Vues/accueil.php b/Vues/accueil.php
index cf4efcb..ed6bfcf 100644
--- a/Vues/accueil.php
+++ b/Vues/accueil.php
@@ -7,7 +7,12 @@
-
+
-
+
Liste Publique
diff --git a/controllers/VisitorController.php b/controllers/VisitorController.php
index e65fd24..67ab5ff 100644
--- a/controllers/VisitorController.php
+++ b/controllers/VisitorController.php
@@ -5,7 +5,6 @@ class VisitorController {
{
global $rep,$vues;
$mdlUsr = new MdlUser();
- $user = new User();
//session_start();
$dVueEreur = array ();
@@ -14,11 +13,10 @@ class VisitorController {
$action = $_REQUEST['action']??null;
switch($action) {
case NULL:
- echo "pd1";
+ echo "pd2";
$this->Reinit();
break;
case "goHome":
- echo "pd2";
$this->Reinit();
break;