Files
CARIA/UserWebSite/deconnexion.php
ccunatbrule f5999a03b5 Update MVC modèle
All components are in MVC mode
Bug to registre presente
2023-10-13 17:00:34 +02:00

7 lines
157 B
PHP

<?php
session_start();
session_destroy();
include_once('./vue/header.html');
include_once('./vue/deconnexion.html');
include_once('./vue/footer.html');
?>