l3.cas-d-astre/logout.php

8 lines
79 B
PHP
Raw Permalink Normal View History

2009-05-01 08:39:36 +00:00
<?php
session_start();
session_destroy();
header("Location: index.php");
?>