l3.cas-d-astre/logout.php
2009-05-01 08:39:36 +00:00

8 lines
79 B
PHP

<?php
session_start();
session_destroy();
header("Location: index.php");
?>