main
Thomas Chazot 2 years ago
parent fbdeca8622
commit 09e15e4451

@ -7,7 +7,12 @@
</head>
<body>
<header>
<form method="POST" name="goBackHome" id="GoHome">
<input type="image" src="assets/logo.png"/>
<input type="hidden" name="action" value="goHome"/>
</form>
</header>
<div class="sidenav">
<a href="#">About</a>
@ -22,10 +27,7 @@
<a href="#home">Se connecter</a>
</div>
<form method="POST" name="goBackHome" id="GoHome">
<input type="image" src="assets/logo.png"/>
<input type="hidden" name="action" value="goHome"/>
</form>
<h2>Liste Publique</h2>
<div class="container">

@ -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;

Loading…
Cancel
Save