7 lines
157 B
PHP
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');
|
|
?>
|