web/logout.php
author salimr <riwad.salim@yahoo.fr>
Fri, 28 Jun 2019 17:15:53 +0200
changeset 1504 c20658804bd1
parent 1001 df016fc8bbdb
permissions -rw-r--r--
change hashtag for enmi19-preparatoire

<?php
include_once 'common.php';
logout();
header("location:".URL_ROOT);
exit();