This commit is contained in:
KANE LAZENI 2026-07-20 12:23:18 +00:00
parent 61ba12c325
commit 2b2dc49242
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ require_once 'Modele/Societeusercentral.php';
$this->utilisateur = new Utilisateur();
$this->menu = new Menu();
$this->logconnexion = new Logconnexion();
$this->societeuser = new Societeuser();
$this->societeuser = new Societeuser();
$this->societeusercentral = new Societeusercentral();
}

View File

@ -645,11 +645,13 @@
<?php endif; ?>
<?php
/*
var_dump(
array(
"afficherLogo" => $_SESSION['afficherLogo'],
)
);
*/
?>
</div>
<?= $contenu ?>