forked from vergnet/site-accueil-insa
6 lines
No EOL
96 B
PHP
6 lines
No EOL
96 B
PHP
<?php
|
|
session_start();
|
|
$_SESSION = array();
|
|
session_destroy();
|
|
header("Location: index.php");
|
|
?>
|