web/logout.php
author salimr <riwad.salim@yahoo.fr>
Tue, 16 Jul 2019 18:55:37 +0200
changeset 1508 92acbeb07057
parent 1001 df016fc8bbdb
permissions -rw-r--r--
archive enmi19-preparatoire event

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