site-accueil-insa/admin/deco.php

6 lines
96 B
PHP
Raw Normal View History

2022-06-14 23:36:26 +02:00
<?php
session_start();
$_SESSION = array();
session_destroy();
header("Location: index.php");
?>