bcom/disconnect.php

21 lines
388 B
PHP

<?php session_start();
$_SESSION = array(); ?>
<!DOCTYPE html>
<html>
<head>
<?php include 'includes/meta.php'; ?>
</head>
<body>
<?php
include 'includes/head.php';
?>
<div id="disconnectText">Vous avez été correctement déconnécté !</div>
<?php
include 'includes/foot.php'
?>
</body>
</html>