web/logout.php
author salimr <riwad.salim@yahoo.fr>
Wed, 26 Jun 2019 13:34:15 +0200
changeset 1500 b80b8e81065d
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Add event enmi-preparatoire

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